|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
public static class XYChartConfig.AxisPropertiesMap
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 |
---|
public XYChartConfig.AxisPropertiesMap()
Method Detail |
---|
public ChartProperties createXProperties(java.lang.Number x)
x
-
public ChartProperties createXProperties(int index)
index
-
public ChartProperties getXProperties(java.lang.Number x)
x
-
public ChartProperties getXProperties(int index)
index
-
public void removeXProperties(java.lang.Number x)
x
- public void removeXProperties(int index)
index
- public void clearAllXProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |