|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartProperties | |
---|---|
org.zkoss.zkmax.zul | Components and UI utitilies available in ZK EE. |
org.zkoss.zkmax.zul.fusionchart.config | |
org.zkoss.zkmax.zul.fusionchart.impl |
Uses of ChartProperties in org.zkoss.zkmax.zul |
---|
Methods in org.zkoss.zkmax.zul that return ChartProperties | |
---|---|
ChartProperties |
ChartProperties.addProperty(java.lang.String key,
java.lang.String value)
Add the value of the specified property. |
ChartProperties |
ChartProperties.removeProperty(java.lang.String key)
Removes the specified property. |
Uses of ChartProperties in org.zkoss.zkmax.zul.fusionchart.config |
---|
Classes in org.zkoss.zkmax.zul.fusionchart.config that implement ChartProperties | |
---|---|
class |
CategoriesPropertiesMap
|
class |
ChartPropertiesMap
A properties with a addition properties map. |
class |
DefaultChartProperties
|
class |
GanttChartCategoriesPropertiesList
|
static class |
GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
|
class |
GanttChartHeaderPropertiesMap
|
class |
GanttChartSeriesPropertiesMap
|
static class |
GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
|
static class |
GanttTableConfig.GanttRowPropertiesList
The GanttRow of the gnatt chart table. |
static class |
GanttTableConfig.GanttTableColumnProperties
A tableColumn properties bean for gantt chart table. |
static class |
GanttTableConfig.GanttTableColumnPropertiesMap
|
class |
MilestonePropertiesList
|
class |
ProcessPropertiesMap
|
class |
SeriesPropertiesMap
|
class |
TrendLinePropertiesList
|
static class |
XYChartConfig.AxisPropertiesMap
|
Fields in org.zkoss.zkmax.zul.fusionchart.config declared as ChartProperties | |
---|---|
protected ChartProperties |
AbstractChartConfig.props
|
Methods in org.zkoss.zkmax.zul.fusionchart.config that return ChartProperties | |
---|---|
ChartProperties |
DefaultChartProperties.addProperty(java.lang.String key,
java.lang.String value)
|
ChartProperties |
CategoriesPropertiesMap.createCategoryProperties(java.lang.Comparable category)
Create the category properties by category name. |
ChartProperties |
CategoriesPropertiesMap.createCategoryProperties(int index)
Create the category properties in the specified position. |
ChartProperties |
GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties.createCategoryProperties(java.lang.String name,
java.util.Date start,
java.util.Date end)
Create the category properties. |
ChartProperties |
GanttChartHeaderPropertiesMap.createHeaderProperties(java.util.Date start,
java.util.Date end)
Create the header properties. |
ChartProperties |
GanttChartHeaderPropertiesMap.createHeaderProperties(int index)
Create the header properties. |
ChartProperties |
GanttTableConfig.GanttRowPropertiesList.createLabel(java.lang.String label)
Add a label in the chart table. |
ChartProperties |
MilestonePropertiesList.createMilestone(java.util.Date date,
GanttModel.GanttTask task,
java.lang.String color)
Add a trend lines on the chart. |
ChartProperties |
ProcessPropertiesMap.createProcessProperties(java.lang.Comparable taskName)
Create the process properties. |
ChartProperties |
ProcessPropertiesMap.createProcessProperties(int index)
Create the process properties in the specified position. |
protected ChartProperties |
ChartPropertiesMap.createProperties(java.lang.Object key,
ChartProperties defProps)
Create the chart properties in the specified category. |
ChartProperties |
SeriesPropertiesMap.createSeriesProperties(java.lang.Comparable<?> series)
Create the series properties. |
ChartProperties |
SeriesPropertiesMap.createSeriesProperties(int index)
Create the series properties at the specified position. |
ChartProperties |
GanttChartSeriesPropertiesMap.GanttChartSeriesProperties.createTaskProperties(java.lang.Comparable<?> taskName)
Create the task properties. |
ChartProperties |
GanttChartSeriesPropertiesMap.GanttChartSeriesProperties.createTaskProperties(int index)
Create the task properties. |
ChartProperties |
GanttTableConfig.GanttTableColumnProperties.createTextProperties(int index)
Create the text properties at the specified position. |
ChartProperties |
TrendLinePropertiesList.createTrendLine(java.lang.Number startValue,
java.lang.Number endValue,
java.lang.String displayValue,
java.lang.String color)
Add a trend lines on the chart. |
ChartProperties |
XYChartConfig.AxisPropertiesMap.createXProperties(int index)
Create the x properties in the specified position. |
ChartProperties |
XYChartConfig.AxisPropertiesMap.createXProperties(java.lang.Number x)
Create the x properties. |
ChartProperties |
CategoriesPropertiesMap.getCategoryProperties(java.lang.Comparable category)
Returns the category properties. |
ChartProperties |
CategoriesPropertiesMap.getCategoryProperties(int index)
Returns the category properties in the specified position. |
ChartProperties |
GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties.getCategoryProperties(java.lang.String name,
java.util.Date start,
java.util.Date end)
Returns the category properties. |
ChartProperties |
GanttTableConfig.GanttRowPropertiesList.getCellProperties(int index)
Return the properties of cell. |
ChartProperties |
AbstractChartConfig.getChartProperties()
|
ChartProperties |
ChartConfig.getChartProperties()
|
static ChartProperties |
PropertiesProxy.getDatasetProperties(int seriesIndex,
int categoryIndex,
java.lang.Comparable<?> series,
java.lang.Comparable<?> category,
ChartPropertiesMap config)
|
ChartProperties |
GanttChartHeaderPropertiesMap.getHeaderProperties(java.util.Date start,
java.util.Date end)
Returns the header properties. |
ChartProperties |
GanttChartHeaderPropertiesMap.getHeaderProperties(int index)
Returns the header properties at the specified position. |
ChartProperties |
MilestonePropertiesList.getMilestone(int index)
Return the trend line. |
ChartProperties |
ProcessPropertiesMap.getProcessProperties(java.lang.Comparable taskName)
Returns the process properties. |
ChartProperties |
ProcessPropertiesMap.getProcessProperties(int taskIndex)
Returns the process properties at the specified position. |
static ChartProperties |
PropertiesProxy.getProperties(ChartPropertiesMap handler,
int index,
java.lang.Object key)
|
protected ChartProperties |
ChartPropertiesMap.getProperties(java.lang.Object key)
Returns the chart properties in the specified category. |
ChartProperties |
SeriesPropertiesMap.getSeriesProperties(java.lang.Comparable<?> series)
Returns the series properties. |
ChartProperties |
SeriesPropertiesMap.getSeriesProperties(int index)
Returns the series properties at the specified position. |
ChartProperties |
GanttChartSeriesPropertiesMap.GanttChartSeriesProperties.getTaskProperties(java.lang.Comparable<?> taskName)
Returns the task properties. |
ChartProperties |
GanttChartSeriesPropertiesMap.GanttChartSeriesProperties.getTaskProperties(int index)
Returns the task properties. |
static ChartProperties |
PropertiesProxy.getTaskProperties(int seriesIndex,
int taskIndex,
java.lang.Comparable<?> series,
java.lang.String taskName,
GanttChartSeriesPropertiesMap config)
|
ChartProperties |
GanttChartConfig.getTasksProperties()
Return the tasks properties. |
static ChartProperties |
PropertiesProxy.getTasksProperties(GanttChartConfig config)
|
ChartProperties |
GanttTableConfig.GanttTableColumnProperties.getTextProperties(int index)
Returns the text properties at the specified position. |
ChartProperties |
TrendLinePropertiesList.getTrendLine(int index)
Return the trend line. |
ChartProperties |
XYChartConfig.AxisPropertiesMap.getXProperties(int index)
Returns the x property. |
ChartProperties |
XYChartConfig.AxisPropertiesMap.getXProperties(java.lang.Number x)
Returns the x property. |
protected ChartProperties |
AbstractChartConfig.initChartProperties()
Might be overwritten in other constructor |
ChartProperties |
DefaultChartProperties.removeProperty(java.lang.String key)
|
Methods in org.zkoss.zkmax.zul.fusionchart.config with parameters of type ChartProperties | |
---|---|
protected ChartProperties |
ChartPropertiesMap.createProperties(java.lang.Object key,
ChartProperties defProps)
Create the chart properties in the specified category. |
void |
GanttTableConfig.GanttRowPropertiesList.removeLabel(ChartProperties label)
Remove the label in the chart table. |
void |
MilestonePropertiesList.removeMilestone(ChartProperties milestone)
Remove the trend line on the chart. |
void |
TrendLinePropertiesList.removeTrendLine(ChartProperties point)
Remove the trend line on the chart. |
Uses of ChartProperties in org.zkoss.zkmax.zul.fusionchart.impl |
---|
Methods in org.zkoss.zkmax.zul.fusionchart.impl with parameters of type ChartProperties | |
---|---|
static java.lang.StringBuffer |
Utils.renderChartProperties(java.lang.StringBuffer sb,
ChartProperties properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |