public static class GanttChartSeriesPropertiesMap.GanttChartSeriesProperties extends ChartPropertiesMap
| Constructor and Description |
|---|
GanttChartSeriesProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAllTaskProperties()
Remove all of task properties.
|
ChartProperties |
createTaskProperties(Comparable<?> taskName)
Create the task properties.
|
ChartProperties |
createTaskProperties(int index)
Create the task properties.
|
ChartProperties |
getTaskProperties(Comparable<?> taskName)
Returns the task properties.
|
ChartProperties |
getTaskProperties(int index)
Returns the task properties.
|
void |
removeTaskProperties(Comparable<?> taskName)
Remove the task properties.
|
void |
removeTaskProperties(int index)
Remove the task properties.
|
clearAllProperties, createProperties, getKeys, getProperties, removeProperties, sizeaddAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListenerpublic ChartProperties createTaskProperties(Comparable<?> taskName)
taskName - public ChartProperties createTaskProperties(int index)
index - public ChartProperties getTaskProperties(Comparable<?> taskName)
taskName - public ChartProperties getTaskProperties(int index)
index - public void removeTaskProperties(Comparable<?> taskName)
taskName - public void removeTaskProperties(int index)
index - public void clearAllTaskProperties()
Copyright © 2026. All rights reserved.