protected boolean |
Optionable.containsKey(PlotAttribute key) |
Returns true if this options contains a mapping for the
specified key.
|
protected <T extends Optionable> T |
Optionable.fireEvent(OptionDataEvent.EventType type,
PlotAttribute key,
Object value) |
Triggers the option change event.
|
protected <T extends Optionable> T |
Optionable.fireEvent(OptionDataEvent.EventType type,
PlotAttribute key,
Object value,
DeferredCall call) |
Triggers the option change event.
|
protected Object |
Optionable.getAttr(PlotAttribute key) |
Returns the value of the element according to the attribute name.
|
protected <T> AnyVal<T> |
Optionable.getAttr(PlotAttribute key,
T defaultValue) |
Returns the AnyVal object of the element according to the
attribute name.
|
protected Object |
Optionable.removeKey(PlotAttribute key,
boolean triggerEvent) |
Removes the mapping for a key from this options if it is present.
|
protected boolean |
Optionable.setAttr(PlotAttribute key,
Object value) |
Sets the value of the attribute name.
|
protected <T> boolean |
Optionable.setAttr(PlotAttribute key,
Object value,
T defaultValue) |
Sets the value of the attribute name with the given default value, which
is used for comparing the null value case when the default value is not
null.
|
protected <T> boolean |
Optionable.setAttr(PlotAttribute key,
Color value,
T defaultValue) |
Sets the color value of the attribute name with the given default value,
which is used for comparing the null value case when the default value is
not null.
|