public interface ChartProperties extends ChartInfoNotifier
Modifier and Type | Method and Description |
---|---|
void |
addAllProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Add all properties.
|
ChartProperties |
addProperty(java.lang.String key,
java.lang.String value)
Add the value of the specified property.
|
void |
clear()
Clear all properties.
|
java.util.Map<java.lang.String,java.lang.String> |
getAllProperties()
Returns all properties.
|
java.lang.String |
getProperty(java.lang.String key)
Returns the specified property.
|
ChartProperties |
removeProperty(java.lang.String key)
Removes the specified property.
|
addChartDataListener, addPropertyListener, removeChartDataListener, removePropertyListener
ChartProperties addProperty(java.lang.String key, java.lang.String value)
key
- value
- ChartProperties removeProperty(java.lang.String key)
key
- java.lang.String getProperty(java.lang.String key)
java.util.Map<java.lang.String,java.lang.String> getAllProperties()
void clear()
void addAllProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.