|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractStyle
A representation of the model object 'Abstract Style'.
The following features are supported:
StylesPackage.getAbstractStyle()
Method Summary | |
---|---|
Color |
getBackground()
Returns the value of the 'Background' reference. |
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. |
Boolean |
getLineVisible()
Returns the value of the 'Line Visible' attribute. |
Integer |
getLineWidth()
Returns the value of the 'Line Width' attribute. |
RenderingStyle |
getRenderingStyle()
Returns the value of the 'Rendering Style' containment reference. |
Double |
getTransparency()
Returns the value of the 'Transparency' attribute. |
void |
setBackground(Color value)
Sets the value of the ' Background ' reference. |
void |
setFilled(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(Boolean value)
Sets the value of the ' Line Visible ' attribute. |
void |
setLineWidth(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(Double value)
Sets the value of the ' Transparency ' attribute. |
Method Detail |
---|
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()
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(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()
Boolean getFilled()
"true"
.
If the meaning of the 'Filled' attribute isn't clear, there really should be more of a description here...
setFilled(Boolean)
,
StylesPackage.getAbstractStyle_Filled()
void setFilled(Boolean value)
Filled
' attribute.
value
- the new value of the 'Filled' attribute.getFilled()
Boolean getLineVisible()
"true"
.
If the meaning of the 'Line Visible' attribute isn't clear, there really should be more of a description here...
setLineVisible(Boolean)
,
StylesPackage.getAbstractStyle_LineVisible()
void setLineVisible(Boolean value)
Line Visible
' attribute.
value
- the new value of the 'Line Visible' attribute.getLineVisible()
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()
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(Double value)
Transparency
' attribute.
value
- the new value of the 'Transparency' attribute.getTransparency()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |