PageLegendItem
Contents
[
Hide
]Inheritance: java.lang.Object
public final class PageLegendItem
Represents an item of page legend of Gantt chart.
Constructors
Constructor | Description |
---|---|
PageLegendItem(int itemType, String title) | Initializes a new instance of the PageLegendItem class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
itemType | int | Type of the item. |
title | java.lang.String | Text 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.