public interface Style
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SofiagraphicsPackage.getStyle()| Modifier and Type | Method and Description |
|---|---|
Color |
getBgcolor()
Returns the value of the 'Bgcolor' reference.
|
Color |
getFgcolor()
Returns the value of the 'Fgcolor' reference.
|
float |
getLineWidth()
Returns the value of the 'Line Width' attribute.
|
boolean |
isFilled()
Returns the value of the 'Filled' attribute.
|
void |
setBgcolor(Color value)
Sets the value of the '
Bgcolor' reference. |
void |
setFgcolor(Color value)
Sets the value of the '
Fgcolor' reference. |
void |
setFilled(boolean value)
Sets the value of the '
Filled' attribute. |
void |
setLineWidth(float value)
Sets the value of the '
Line Width' attribute. |
float getLineWidth()
If the meaning of the 'Line Width' attribute isn't clear, there really should be more of a description here...
setLineWidth(float),
SofiagraphicsPackage.getStyle_LineWidth()void setLineWidth(float value)
Line Width' attribute.
value - the new value of the 'Line Width' attribute.getLineWidth()Color getFgcolor()
If the meaning of the 'Fgcolor' reference isn't clear, there really should be more of a description here...
setFgcolor(Color),
SofiagraphicsPackage.getStyle_Fgcolor()void setFgcolor(Color value)
Fgcolor' reference.
value - the new value of the 'Fgcolor' reference.getFgcolor()Color getBgcolor()
If the meaning of the 'Bgcolor' reference isn't clear, there really should be more of a description here...
setBgcolor(Color),
SofiagraphicsPackage.getStyle_Bgcolor()void setBgcolor(Color value)
Bgcolor' reference.
value - the new value of the 'Bgcolor' reference.getBgcolor()boolean isFilled()
"false".
If the meaning of the 'Filled' attribute isn't clear, there really should be more of a description here...
setFilled(boolean),
SofiagraphicsPackage.getStyle_Filled()void setFilled(boolean value)
Filled' attribute.
value - the new value of the 'Filled' attribute.isFilled()Copyright © 2018. All rights reserved.