Interface MuddleElementStyle
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MuddleElementStyleImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Border Width' attribute.getColor()
Returns the value of the 'Color' attribute.double
Returns the value of the 'Height' attribute.int
Returns the value of the 'Label Font Size' attribute.getShape()
Returns the value of the 'Shape' attribute.double
getWidth()
Returns the value of the 'Width' attribute.double
getX()
Returns the value of the 'X' attribute.double
getY()
Returns the value of the 'Y' attribute.void
setBorderWidth
(double value) Sets the value of the 'Border Width
' attribute.void
Sets the value of the 'Color
' attribute.void
setHeight
(double value) Sets the value of the 'Height
' attribute.void
setLabelFontSize
(int value) Sets the value of the 'Label Font Size
' attribute.void
Sets the value of the 'Shape
' attribute.void
setWidth
(double value) Sets the value of the 'Width
' attribute.void
setX
(double value) Sets the value of the 'X
' attribute.void
setY
(double value) Sets the value of the 'Y
' 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
-
getColor
String getColor()Returns the value of the 'Color' attribute.If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Color' attribute.
- See Also:
-
setColor
Sets the value of the 'Color
' attribute.- Parameters:
value
- the new value of the 'Color' attribute.- See Also:
-
getShape
String getShape()Returns the value of the 'Shape' attribute.If the meaning of the 'Shape' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Shape' attribute.
- See Also:
-
setShape
Sets the value of the 'Shape
' attribute.- Parameters:
value
- the new value of the 'Shape' attribute.- See Also:
-
getWidth
double getWidth()Returns the value of the 'Width' attribute.If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Width' attribute.
- See Also:
-
setWidth
void setWidth(double value) Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
-
getHeight
double getHeight()Returns the value of the 'Height' attribute.If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Height' attribute.
- See Also:
-
setHeight
void setHeight(double value) Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
-
getBorderWidth
double getBorderWidth()Returns the value of the 'Border Width' attribute.If the meaning of the 'Border Width' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Border Width' attribute.
- See Also:
-
setBorderWidth
void setBorderWidth(double value) Sets the value of the 'Border Width
' attribute.- Parameters:
value
- the new value of the 'Border Width' attribute.- See Also:
-
getLabelFontSize
int getLabelFontSize()Returns the value of the 'Label Font Size' attribute.If the meaning of the 'Label Font Size' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Label Font Size' attribute.
- See Also:
-
setLabelFontSize
void setLabelFontSize(int value) Sets the value of the 'Label Font Size
' attribute.- Parameters:
value
- the new value of the 'Label Font Size' attribute.- See Also:
-
getX
double getX()Returns the value of the 'X' attribute.If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'X' attribute.
- See Also:
-
setX
void setX(double value) Sets the value of the 'X
' attribute.- Parameters:
value
- the new value of the 'X' attribute.- See Also:
-
getY
double getY()Returns the value of the 'Y' attribute.If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Y' attribute.
- See Also:
-
setY
void setY(double value) Sets the value of the 'Y
' attribute.- Parameters:
value
- the new value of the 'Y' attribute.- See Also:
-