public interface StyleMap extends IChartObject
The following features are supported:
AttributePackage.getStyleMap()
Modifier and Type | Method and Description |
---|---|
StyleMap |
copyInstance() |
StyledComponent |
getComponentName()
Returns the value of the 'Component Name' attribute.
|
Style |
getStyle()
Returns the value of the 'Style' containment reference.
|
boolean |
isSetComponentName()
Returns whether the value of the '
Component Name ' attribute is set. |
void |
setComponentName(StyledComponent value)
Sets the value of the '
Component Name ' attribute. |
void |
setStyle(Style value)
Sets the value of the '
Style ' containment reference. |
void |
unsetComponentName()
Unsets the value of the '
Component Name ' attribute. |
StyledComponent getComponentName()
"Chart_All"
.
The literals are from the enumeration StyledComponent
.
Specifies the name of a chart component that can have styles associated with it.
StyledComponent
,
isSetComponentName()
,
unsetComponentName()
,
setComponentName(StyledComponent)
,
AttributePackage.getStyleMap_ComponentName()
void setComponentName(StyledComponent value)
Component Name
' attribute.
value
- the new value of the 'Component Name' attribute.StyledComponent
,
isSetComponentName()
,
unsetComponentName()
,
getComponentName()
void unsetComponentName()
Component Name
' attribute.
boolean isSetComponentName()
Component Name
' attribute is set.
unsetComponentName()
,
getComponentName()
,
setComponentName(StyledComponent)
Style getStyle()
setStyle(Style)
,
AttributePackage.getStyleMap_Style()
void setStyle(Style value)
Style
' containment reference.
value
- the new value of the 'Style' containment reference.getStyle()
StyleMap copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.