org.zkoss.zkmax.zul.fusionchart.config
Class GanttChartConfig

java.lang.Object
  extended by org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
      extended by org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
All Implemented Interfaces:
ChartConfig, ChartInfoNotifier

public class GanttChartConfig
extends AbstractChartConfig

The GanttFusionchartProperty lets you control a variety of functional elements on the chart. For example, you can opt to show/hide data labels, data values, y-axis values. You can also set chart limits and extended properties.

All property of chart, please refer to the following reference document.
Gantt Chart.

Since:
6.0.1
Author:
jimmy

Field Summary
static java.lang.String DEFAULT_DATE_FORMAT
           
 
Fields inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
props
 
Constructor Summary
GanttChartConfig()
           
 
Method Summary
 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.
 
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
addChartDataListener, addPropertyListener, getBgAlpha, getBgColor, getChartProperties, initChartProperties, isAnimation, removeChartDataListener, removePropertyListener, setAnimation, setBgAlpha, setBgColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DATE_FORMAT

public static final java.lang.String DEFAULT_DATE_FORMAT
See Also:
Constant Field Values
Constructor Detail

GanttChartConfig

public GanttChartConfig()
Method Detail

getCanvasBgColor

public java.lang.String getCanvasBgColor()
Returns the canvas background color.

Returns:
String

setCanvasBgColor

public void setCanvasBgColor(java.lang.String canvasBgColor)
Sets the canvas background color. For Gradient effect, enter colors separated by comma.

Parameters:
canvasBgColor -

getCanvasBgAlpha

public int getCanvasBgAlpha()
Returns the alpha for Canvas Background.

Returns:
Number

setCanvasBgAlpha

public void setCanvasBgAlpha(java.lang.Number canvasBgAlpha)
Sets the alpha for Canvas Background. For gradient, enter alpha list separated by commas.

Parameters:
canvasBgAlpha -

getProcessConfig

public ProcessPropertiesMap getProcessConfig()
Return the process config.


getTasksProperties

public ChartProperties getTasksProperties()
Return the tasks properties.


getSeriesConfig

public GanttChartSeriesPropertiesMap getSeriesConfig()
Return the series config.


getHeaderConfig

public GanttChartHeaderPropertiesMap getHeaderConfig()
Return the header config.


getCategoriesConfig

public GanttChartCategoriesPropertiesList getCategoriesConfig()
Return the categories config.


getTrendLineConfig

public TrendLinePropertiesList getTrendLineConfig()
Return the trend line config.


getMilestoneConfig

public MilestonePropertiesList getMilestoneConfig()

getTableConfig

public GanttTableConfig getTableConfig()


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo