public class ProcessPropertiesMap extends ChartPropertiesMap
Constructor and Description |
---|
ProcessPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
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.
|
clearAllProperties, createProperties, getKeys, getProperties, removeProperties, size
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener
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()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.