org.zkoss.zkmax.zul.fusionchart.config
Class XYChartConfig.AxisPropertiesMap

java.lang.Object
  extended by org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
      extended by org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
          extended by org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
All Implemented Interfaces:
java.io.Serializable, ChartProperties, ChartInfoNotifier
Enclosing class:
XYChartConfig

public static class XYChartConfig.AxisPropertiesMap
extends ChartPropertiesMap

Author:
jimmy
See Also:
Serialized Form

Constructor Summary
XYChartConfig.AxisPropertiesMap()
           
 
Method Summary
 void clearAllXProperties()
          Remove all of x property.
 ChartProperties createXProperties(int index)
          Create the x properties in the specified position.
 ChartProperties createXProperties(java.lang.Number x)
          Create the x properties.
 ChartProperties getXProperties(int index)
          Returns the x property.
 ChartProperties getXProperties(java.lang.Number x)
          Returns the x property.
 void removeXProperties(int index)
          Remove the x property.
 void removeXProperties(java.lang.Number x)
          Remove the x property.
 
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
clearAllProperties, createProperties, getKeys, getProperties, removeProperties, size
 
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYChartConfig.AxisPropertiesMap

public XYChartConfig.AxisPropertiesMap()
Method Detail

createXProperties

public ChartProperties createXProperties(java.lang.Number x)
Create the x properties.

Parameters:
x -
Returns:
ChartProperties

createXProperties

public ChartProperties createXProperties(int index)
Create the x properties in the specified position.

Parameters:
index -
Returns:
ChartProperties

getXProperties

public ChartProperties getXProperties(java.lang.Number x)
Returns the x property.

Parameters:
x -
Returns:
ChartProperties

getXProperties

public ChartProperties getXProperties(int index)
Returns the x property.

Parameters:
index -
Returns:
ChartProperties

removeXProperties

public void removeXProperties(java.lang.Number x)
Remove the x property.

Parameters:
x -

removeXProperties

public void removeXProperties(int index)
Remove the x property.

Parameters:
index -

clearAllXProperties

public void clearAllXProperties()
Remove all of x property.



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