public interface AbstractStyle
extends org.eclipse.emf.ecore.EObject
The following features are supported:
StylesPackage.getAbstractStyle()
Modifier and Type | Method and Description |
---|---|
Color |
getBackground()
Returns the value of the 'Background' reference.
|
java.lang.Boolean |
getFilled()
Returns the value of the 'Filled' attribute.
|
Color |
getForeground()
Returns the value of the 'Foreground' reference.
|
LineStyle |
getLineStyle()
Returns the value of the 'Line Style' attribute.
|
java.lang.Boolean |
getLineVisible()
Returns the value of the 'Line Visible' attribute.
|
java.lang.Integer |
getLineWidth()
Returns the value of the 'Line Width' attribute.
|
RenderingStyle |
getRenderingStyle()
Returns the value of the 'Rendering Style' containment reference.
|
java.lang.Double |
getTransparency()
Returns the value of the 'Transparency' attribute.
|
boolean |
isSetFilled()
Returns whether the value of the '
Filled ' attribute is set. |
boolean |
isSetLineVisible()
Returns whether the value of the '
Line Visible ' attribute is set. |
void |
setBackground(Color value)
Sets the value of the '
Background ' reference. |
void |
setFilled(java.lang.Boolean value)
Sets the value of the '
Filled ' attribute. |
void |
setForeground(Color value)
Sets the value of the '
Foreground ' reference. |
void |
setLineStyle(LineStyle value)
Sets the value of the '
Line Style ' attribute. |
void |
setLineVisible(java.lang.Boolean value)
Sets the value of the '
Line Visible ' attribute. |
void |
setLineWidth(java.lang.Integer value)
Sets the value of the '
Line Width ' attribute. |
void |
setRenderingStyle(RenderingStyle value)
Sets the value of the '
Rendering Style ' containment reference. |
void |
setTransparency(java.lang.Double value)
Sets the value of the '
Transparency ' attribute. |
void |
unsetFilled()
Unsets the value of the '
Filled ' attribute. |
void |
unsetLineVisible()
Unsets the value of the '
Line Visible ' attribute. |
Color getBackground()
If the meaning of the 'Background' reference isn't clear, there really should be more of a description here...
setBackground(Color)
,
StylesPackage.getAbstractStyle_Background()
void setBackground(Color value)
Background
' reference.
value
- the new value of the 'Background' reference.getBackground()
Color getForeground()
If the meaning of the 'Foreground' reference isn't clear, there really should be more of a description here...
setForeground(Color)
,
StylesPackage.getAbstractStyle_Foreground()
void setForeground(Color value)
Foreground
' reference.
value
- the new value of the 'Foreground' reference.getForeground()
java.lang.Integer getLineWidth()
If the meaning of the 'Line Width' attribute isn't clear, there really should be more of a description here...
setLineWidth(Integer)
,
StylesPackage.getAbstractStyle_LineWidth()
void setLineWidth(java.lang.Integer value)
Line Width
' attribute.
value
- the new value of the 'Line Width' attribute.getLineWidth()
LineStyle getLineStyle()
LineStyle
.
If the meaning of the 'Line Style' attribute isn't clear, there really should be more of a description here...
LineStyle
,
setLineStyle(LineStyle)
,
StylesPackage.getAbstractStyle_LineStyle()
void setLineStyle(LineStyle value)
Line Style
' attribute.
value
- the new value of the 'Line Style' attribute.LineStyle
,
getLineStyle()
java.lang.Boolean getFilled()
"true"
.
If the meaning of the 'Filled' attribute isn't clear, there really should be more of a description here...
isSetFilled()
,
unsetFilled()
,
setFilled(Boolean)
,
StylesPackage.getAbstractStyle_Filled()
void setFilled(java.lang.Boolean value)
Filled
' attribute.
value
- the new value of the 'Filled' attribute.isSetFilled()
,
unsetFilled()
,
getFilled()
void unsetFilled()
Filled
' attribute.
isSetFilled()
,
getFilled()
,
setFilled(Boolean)
boolean isSetFilled()
Filled
' attribute is set.
unsetFilled()
,
getFilled()
,
setFilled(Boolean)
java.lang.Boolean getLineVisible()
"true"
.
If the meaning of the 'Line Visible' attribute isn't clear, there really should be more of a description here...
isSetLineVisible()
,
unsetLineVisible()
,
setLineVisible(Boolean)
,
StylesPackage.getAbstractStyle_LineVisible()
void setLineVisible(java.lang.Boolean value)
Line Visible
' attribute.
value
- the new value of the 'Line Visible' attribute.isSetLineVisible()
,
unsetLineVisible()
,
getLineVisible()
void unsetLineVisible()
Line Visible
' attribute.
isSetLineVisible()
,
getLineVisible()
,
setLineVisible(Boolean)
boolean isSetLineVisible()
Line Visible
' attribute is set.
unsetLineVisible()
,
getLineVisible()
,
setLineVisible(Boolean)
RenderingStyle getRenderingStyle()
If the meaning of the 'Rendering Style' containment reference isn't clear, there really should be more of a description here...
setRenderingStyle(RenderingStyle)
,
StylesPackage.getAbstractStyle_RenderingStyle()
void setRenderingStyle(RenderingStyle value)
Rendering Style
' containment reference.
value
- the new value of the 'Rendering Style' containment reference.getRenderingStyle()
java.lang.Double getTransparency()
If the meaning of the 'Transparency' attribute isn't clear, there really should be more of a description here...
setTransparency(Double)
,
StylesPackage.getAbstractStyle_Transparency()
void setTransparency(java.lang.Double value)
Transparency
' attribute.
value
- the new value of the 'Transparency' attribute.getTransparency()