Package com.aspose.tasks
Class PageLegendItem
- java.lang.Object
-
- com.aspose.tasks.PageLegendItem
-
public final class PageLegendItem extends Object
Represents an item of page legend of Gantt chart.
-
-
Constructor Summary
Constructors Constructor Description PageLegendItem(int itemType, String title)Initializes a new instance of thePageLegendItemclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetItemType()Gets type of the item.StringgetTitle()Gets text label of the item.
-
-
-
Constructor Detail
-
PageLegendItem
public PageLegendItem(int itemType, String title)Initializes a new instance of the
PageLegendItemclass.- Parameters:
itemType- Type of the item.title- Text content of the text label of the item.
-
-
Method Detail
-
getItemType
public final int getItemType()
Gets type of the item.
- Returns:
- type of the item.
-
getTitle
public final String getTitle()
Gets text label of the item.
- Returns:
- text label of the item.
-
-