org.zkoss.zkmax.zul.fusionchart.config
Class PropertiesProxy
java.lang.Object
org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
public class PropertiesProxy
- extends java.lang.Object
- Since:
- 6.0.1
- Author:
- jimmy
Method Summary |
static GanttChartCategoriesPropertiesList |
getCategoriesConfig(GanttChartConfig config)
|
static CategoriesPropertiesMap |
getCategoryConfig(CategoryChartConfig config)
|
static CategoriesPropertiesMap |
getCategoryConfig(PieChartConfig config)
|
static java.util.Collection<?> |
getCategoryKeys(GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties props)
|
static GanttTableConfig.GanttTableColumnPropertiesMap |
getColumnConfig(GanttTableConfig config)
|
static ChartProperties |
getDatasetProperties(int seriesIndex,
int categoryIndex,
java.lang.Comparable<?> series,
java.lang.Comparable<?> category,
ChartPropertiesMap config)
|
static GanttChartHeaderPropertiesMap |
getHeaderConfig(GanttChartConfig config)
|
static MilestonePropertiesList |
getMilestoneConfig(GanttChartConfig config)
|
static ProcessPropertiesMap |
getProcessConfig(GanttChartConfig config)
|
static ChartProperties |
getProperties(ChartPropertiesMap handler,
int index,
java.lang.Object key)
|
static GanttChartSeriesPropertiesMap |
getSeriesConfig(GanttChartConfig config)
|
static SeriesPropertiesMap |
getSeriesPropertiesMap(CategoryChartConfig config)
|
static GanttTableConfig |
getTableConfig(GanttChartConfig config)
|
static GanttModel.GanttTask |
getTask(int index,
MilestonePropertiesList config)
|
static ChartProperties |
getTaskProperties(int seriesIndex,
int taskIndex,
java.lang.Comparable<?> series,
java.lang.String taskName,
GanttChartSeriesPropertiesMap config)
|
static ChartProperties |
getTasksProperties(GanttChartConfig config)
|
static TrendLinePropertiesList |
getTrendLineConfig(CategoryChartConfig config)
|
static TrendLinePropertiesList |
getTrendLineConfig(GanttChartConfig config)
|
static XYChartConfig.AxisPropertiesMap |
getXAxisPropertiesMap(XYChartConfig config)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesProxy
public PropertiesProxy()
getProperties
public static final ChartProperties getProperties(ChartPropertiesMap handler,
int index,
java.lang.Object key)
getSeriesPropertiesMap
public static final SeriesPropertiesMap getSeriesPropertiesMap(CategoryChartConfig config)
getCategoryConfig
public static final CategoriesPropertiesMap getCategoryConfig(CategoryChartConfig config)
getDatasetProperties
public static final ChartProperties getDatasetProperties(int seriesIndex,
int categoryIndex,
java.lang.Comparable<?> series,
java.lang.Comparable<?> category,
ChartPropertiesMap config)
getTrendLineConfig
public static final TrendLinePropertiesList getTrendLineConfig(CategoryChartConfig config)
getXAxisPropertiesMap
public static final XYChartConfig.AxisPropertiesMap getXAxisPropertiesMap(XYChartConfig config)
getCategoryConfig
public static final CategoriesPropertiesMap getCategoryConfig(PieChartConfig config)
getProcessConfig
public static final ProcessPropertiesMap getProcessConfig(GanttChartConfig config)
getTasksProperties
public static final ChartProperties getTasksProperties(GanttChartConfig config)
getSeriesConfig
public static final GanttChartSeriesPropertiesMap getSeriesConfig(GanttChartConfig config)
getHeaderConfig
public static final GanttChartHeaderPropertiesMap getHeaderConfig(GanttChartConfig config)
getCategoriesConfig
public static final GanttChartCategoriesPropertiesList getCategoriesConfig(GanttChartConfig config)
getCategoryKeys
public static final java.util.Collection<?> getCategoryKeys(GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties props)
getTaskProperties
public static final ChartProperties getTaskProperties(int seriesIndex,
int taskIndex,
java.lang.Comparable<?> series,
java.lang.String taskName,
GanttChartSeriesPropertiesMap config)
getTrendLineConfig
public static final TrendLinePropertiesList getTrendLineConfig(GanttChartConfig config)
getMilestoneConfig
public static final MilestonePropertiesList getMilestoneConfig(GanttChartConfig config)
getTask
public static final GanttModel.GanttTask getTask(int index,
MilestonePropertiesList config)
getTableConfig
public static final GanttTableConfig getTableConfig(GanttChartConfig config)
getColumnConfig
public static final GanttTableConfig.GanttTableColumnPropertiesMap getColumnConfig(GanttTableConfig config)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.