org.zkoss.zkmax.zul
Interface ChartProperties

All Superinterfaces:
ChartInfoNotifier
All Known Implementing Classes:
CategoriesPropertiesMap, ChartPropertiesMap, DefaultChartProperties, GanttChartCategoriesPropertiesList, GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties, GanttChartHeaderPropertiesMap, GanttChartSeriesPropertiesMap, GanttChartSeriesPropertiesMap.GanttChartSeriesProperties, GanttTableConfig.GanttRowPropertiesList, GanttTableConfig.GanttTableColumnProperties, GanttTableConfig.GanttTableColumnPropertiesMap, MilestonePropertiesList, ProcessPropertiesMap, SeriesPropertiesMap, TrendLinePropertiesList, XYChartConfig.AxisPropertiesMap

public interface ChartProperties
extends ChartInfoNotifier

Author:
jimmy

Method Summary
 void addAllProperties(java.util.Map<java.lang.String,java.lang.String> properties)
          Add all properties.
 ChartProperties addProperty(java.lang.String key, java.lang.String value)
          Add the value of the specified property.
 void clear()
          Clear all properties.
 java.util.Map<java.lang.String,java.lang.String> getAllProperties()
          Returns all properties.
 java.lang.String getProperty(java.lang.String key)
          Returns the specified property.
 ChartProperties removeProperty(java.lang.String key)
          Removes the specified property.
 
Methods inherited from interface org.zkoss.zkmax.zul.fusionchart.config.ChartInfoNotifier
addChartDataListener, addPropertyListener, removeChartDataListener, removePropertyListener
 

Method Detail

addProperty

ChartProperties addProperty(java.lang.String key,
                            java.lang.String value)
Add the value of the specified property.

Parameters:
key -
value -

removeProperty

ChartProperties removeProperty(java.lang.String key)
Removes the specified property.

Parameters:
key -

getProperty

java.lang.String getProperty(java.lang.String key)
Returns the specified property.


getAllProperties

java.util.Map<java.lang.String,java.lang.String> getAllProperties()
Returns all properties.


clear

void clear()
Clear all properties.


addAllProperties

void addAllProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Add all properties.



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