Interface StyleMap
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StyleMapImpl
A representation of the model object 'Style
Map'.
StyleMap represents the style map for the chart. It
includes a list of supported chart components and the styles associated with
them.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Component Name' attribute.getStyle()
Returns the value of the 'Style' containment reference.boolean
Returns whether the value of the 'Component Name
' attribute is set.void
setComponentName
(StyledComponent value) Sets the value of the 'Component Name
' attribute.void
Sets the value of the 'Style
' containment reference.void
Unsets the value of the 'Component Name
' 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
-
getComponentName
StyledComponent getComponentName()Returns the value of the 'Component Name' attribute. The default value is"Chart_All"
. The literals are from the enumerationStyledComponent
. Specifies the name of a chart component that can have styles associated with it.- Returns:
- the value of the 'Component Name' attribute.
- See Also:
-
setComponentName
Sets the value of the 'Component Name
' attribute.- Parameters:
value
- the new value of the 'Component Name' attribute.- See Also:
-
unsetComponentName
void unsetComponentName()Unsets the value of the 'Component Name
' attribute. -
isSetComponentName
boolean isSetComponentName()Returns whether the value of the 'Component Name
' attribute is set.- Returns:
- whether the value of the 'Component Name' attribute is set.
- See Also:
-
getStyle
Style getStyle()Returns the value of the 'Style' containment reference. Defines the style identifier(s) to be associated with this entry.- Returns:
- the value of the 'Style' containment reference.
- See Also:
-
setStyle
Sets the value of the 'Style
' containment reference.- Parameters:
value
- the new value of the 'Style' containment reference.- See Also:
-
copyInstance
StyleMap copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
-