PageLegendItem

Inheritance: java.lang.Object

public final class PageLegendItem

Represents an item of page legend of Gantt chart.

Constructors

ConstructorDescription
PageLegendItem(int itemType, String title)Initializes a new instance of the PageLegendItem class.

Methods

MethodDescription
getItemType()Gets type of the item.
getTitle()Gets text label of the item.

PageLegendItem(int itemType, String title)

public PageLegendItem(int itemType, String title)

Initializes a new instance of the PageLegendItem class.

Parameters:

ParameterTypeDescription
itemTypeintType of the item.
titlejava.lang.StringText content of the text label of the item.

getItemType()

public final int getItemType()

Gets type of the item.

Returns: int - type of the item.

getTitle()

public final String getTitle()

Gets text label of the item.

Returns: java.lang.String - text label of the item.