Interface Interactivity
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InteractivityImpl
A representation of the model object
'Interactivity'.
Interactivity represents the interactivity settings
for the chart.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Legend Behavior' attribute.boolean
isEnable()
Returns the value of the 'Enable' attribute.boolean
Returns whether the value of the 'Enable
' attribute is set.boolean
Returns whether the value of the 'Legend Behavior
' attribute is set.void
setEnable
(boolean value) Sets the value of the 'Enable
' attribute.void
Sets the value of the 'Legend Behavior
' attribute.void
Unsets the value of the 'Enable
' attribute.void
Unsets the value of the 'Legend Behavior
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isEnable
boolean isEnable()Returns the value of the 'Enable' attribute. The default value is"true"
. Attribute "Enable" specifies whether all interactive features are enabled, by default it's true.- Returns:
- the value of the 'Enable' attribute.
- See Also:
-
setEnable
void setEnable(boolean value) Sets the value of the 'Enable
' attribute.- Parameters:
value
- the new value of the 'Enable' attribute.- See Also:
-
unsetEnable
void unsetEnable()Unsets the value of the 'Enable
' attribute.- See Also:
-
isSetEnable
boolean isSetEnable()Returns whether the value of the 'Enable
' attribute is set.- Returns:
- whether the value of the 'Enable' attribute is set.
- See Also:
-
getLegendBehavior
LegendBehaviorType getLegendBehavior()Returns the value of the 'Legend Behavior' attribute. The default value is"None"
. The literals are from the enumerationLegendBehaviorType
. Three possible behaviours: None, Toggle the Serie visibility, Highlight the serie.- Returns:
- the value of the 'Legend Behavior' attribute.
- See Also:
-
setLegendBehavior
Sets the value of the 'Legend Behavior
' attribute.- Parameters:
value
- the new value of the 'Legend Behavior' attribute.- See Also:
-
unsetLegendBehavior
void unsetLegendBehavior()Unsets the value of the 'Legend Behavior
' attribute. -
isSetLegendBehavior
boolean isSetLegendBehavior()Returns whether the value of the 'Legend Behavior
' attribute is set.- Returns:
- whether the value of the 'Legend Behavior' attribute is set.
- See Also:
-
copyInstance
Interactivity copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
-