|
||||||||||
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.ProcessPropertiesMap
public class ProcessPropertiesMap
Constructor Summary | |
---|---|
ProcessPropertiesMap()
|
Method Summary | |
---|---|
void |
clearAllProcessProperties()
Remove all of process property. |
ChartProperties |
createProcessProperties(java.lang.Comparable taskName)
Create the process properties. |
ChartProperties |
createProcessProperties(int index)
Create the process properties in the specified position. |
ChartProperties |
getProcessProperties(java.lang.Comparable taskName)
Returns the process properties. |
ChartProperties |
getProcessProperties(int taskIndex)
Returns the process properties at the specified position. |
void |
removeProcessProperties(java.lang.Comparable taskName)
Remove the process properties. |
void |
removeProcessProperties(int taskIndex)
Remove the process properties at the specified position. |
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 ProcessPropertiesMap()
Method Detail |
---|
public ChartProperties createProcessProperties(java.lang.Comparable taskName)
taskName
-
public ChartProperties createProcessProperties(int index)
index
-
public ChartProperties getProcessProperties(java.lang.Comparable taskName)
taskName
-
public ChartProperties getProcessProperties(int taskIndex)
taskIndex
-
public void removeProcessProperties(java.lang.Comparable taskName)
taskName
- public void removeProcessProperties(int taskIndex)
taskIndex
- public void clearAllProcessProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |