org.zkoss.zkmax.zul.fusionchart.config
Class ProcessPropertiesMap

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.ProcessPropertiesMap
All Implemented Interfaces:
java.io.Serializable, ChartProperties, ChartInfoNotifier

public class ProcessPropertiesMap
extends ChartPropertiesMap

Since:
6.0.1
Author:
jimmy
See Also:
Serialized Form

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

ProcessPropertiesMap

public ProcessPropertiesMap()
Method Detail

createProcessProperties

public ChartProperties createProcessProperties(java.lang.Comparable taskName)
Create the process properties.

Parameters:
taskName -
Returns:
ChartProperties

createProcessProperties

public ChartProperties createProcessProperties(int index)
Create the process properties in the specified position.

Parameters:
index -
Returns:
ChartProperties

getProcessProperties

public ChartProperties getProcessProperties(java.lang.Comparable taskName)
Returns the process properties.

Parameters:
taskName -
Returns:
ChartProperties

getProcessProperties

public ChartProperties getProcessProperties(int taskIndex)
Returns the process properties at the specified position.

Parameters:
taskIndex -
Returns:
ChartProperties

removeProcessProperties

public void removeProcessProperties(java.lang.Comparable taskName)
Remove the process properties.

Parameters:
taskName -

removeProcessProperties

public void removeProcessProperties(int taskIndex)
Remove the process properties at the specified position.

Parameters:
taskIndex -

clearAllProcessProperties

public void clearAllProcessProperties()
Remove all of process property.



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