public class GanttChartConfig extends AbstractChartConfig
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_DATE_FORMAT |
props
Constructor and Description |
---|
GanttChartConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getCanvasBgAlpha()
Returns the alpha for Canvas Background.
|
java.lang.String |
getCanvasBgColor()
Returns the canvas background color.
|
GanttChartCategoriesPropertiesList |
getCategoriesConfig()
Return the categories config.
|
GanttChartHeaderPropertiesMap |
getHeaderConfig()
Return the header config.
|
MilestonePropertiesList |
getMilestoneConfig() |
ProcessPropertiesMap |
getProcessConfig()
Return the process config.
|
GanttChartSeriesPropertiesMap |
getSeriesConfig()
Return the series config.
|
GanttTableConfig |
getTableConfig() |
ChartProperties |
getTasksProperties()
Return the tasks properties.
|
TrendLinePropertiesList |
getTrendLineConfig()
Return the trend line config.
|
void |
setCanvasBgAlpha(java.lang.Number canvasBgAlpha)
Sets the alpha for Canvas Background.
|
void |
setCanvasBgColor(java.lang.String canvasBgColor)
Sets the canvas background color.
|
addChartDataListener, addPropertyListener, getBgAlpha, getBgColor, getChartProperties, initChartProperties, isAnimation, removeChartDataListener, removePropertyListener, setAnimation, setBgAlpha, setBgColor
public static final java.lang.String DEFAULT_DATE_FORMAT
public java.lang.String getCanvasBgColor()
public void setCanvasBgColor(java.lang.String canvasBgColor)
canvasBgColor
- public int getCanvasBgAlpha()
public void setCanvasBgAlpha(java.lang.Number canvasBgAlpha)
canvasBgAlpha
- public ProcessPropertiesMap getProcessConfig()
public ChartProperties getTasksProperties()
public GanttChartSeriesPropertiesMap getSeriesConfig()
public GanttChartHeaderPropertiesMap getHeaderConfig()
public GanttChartCategoriesPropertiesList getCategoriesConfig()
public TrendLinePropertiesList getTrendLineConfig()
public MilestonePropertiesList getMilestoneConfig()
public GanttTableConfig getTableConfig()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.