public interface Interactivity extends IChartObject
The following features are supported:
AttributePackage.getInteractivity()
Modifier and Type | Method and Description |
---|---|
Interactivity |
copyInstance() |
LegendBehaviorType |
getLegendBehavior()
Returns the value of the 'Legend Behavior' attribute.
|
boolean |
isEnable()
Returns the value of the 'Enable' attribute.
|
boolean |
isSetEnable()
Returns whether the value of the '
Enable ' attribute is set. |
boolean |
isSetLegendBehavior()
Returns whether the value of the '
Legend Behavior ' attribute is set. |
void |
setEnable(boolean value)
Sets the value of the '
Enable ' attribute. |
void |
setLegendBehavior(LegendBehaviorType value)
Sets the value of the '
Legend Behavior ' attribute. |
void |
unsetEnable()
Unsets the value of the '
Enable ' attribute. |
void |
unsetLegendBehavior()
Unsets the value of the '
Legend Behavior ' attribute. |
boolean isEnable()
"true"
.
Attribute "Enable" specifies whether all interactive features are
enabled, by default it's true.
isSetEnable()
,
unsetEnable()
,
setEnable(boolean)
,
AttributePackage.getInteractivity_Enable()
void setEnable(boolean value)
Enable
' attribute.
value
- the new value of the 'Enable' attribute.isSetEnable()
,
unsetEnable()
,
isEnable()
void unsetEnable()
Enable
' attribute.
isSetEnable()
,
isEnable()
,
setEnable(boolean)
boolean isSetEnable()
Enable
' attribute is set.
unsetEnable()
,
isEnable()
,
setEnable(boolean)
LegendBehaviorType getLegendBehavior()
"None"
.
The literals are from the enumeration LegendBehaviorType
.
Three possible behaviours: None, Toggle the Serie visibility, Highlight the serie.
LegendBehaviorType
,
isSetLegendBehavior()
,
unsetLegendBehavior()
,
setLegendBehavior(LegendBehaviorType)
,
AttributePackage.getInteractivity_LegendBehavior()
void setLegendBehavior(LegendBehaviorType value)
Legend Behavior
' attribute.
value
- the new value of the 'Legend Behavior' attribute.LegendBehaviorType
,
isSetLegendBehavior()
,
unsetLegendBehavior()
,
getLegendBehavior()
void unsetLegendBehavior()
Legend Behavior
' attribute.
boolean isSetLegendBehavior()
Legend Behavior
' attribute is set.
unsetLegendBehavior()
,
getLegendBehavior()
,
setLegendBehavior(LegendBehaviorType)
Interactivity copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.