public interface Dimension
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SofiagraphicsPackage.getDimension()| Modifier and Type | Method and Description |
|---|---|
float |
getHeight()
Returns the value of the 'Height' attribute.
|
float |
getWidth()
Returns the value of the 'Width' attribute.
|
boolean |
isHrelative()
Returns the value of the 'Hrelative' attribute.
|
boolean |
isNoresize()
Returns the value of the 'Noresize' attribute.
|
boolean |
isWrelative()
Returns the value of the 'Wrelative' attribute.
|
void |
setHeight(float value)
Sets the value of the '
Height' attribute. |
void |
setHrelative(boolean value)
Sets the value of the '
Hrelative' attribute. |
void |
setNoresize(boolean value)
Sets the value of the '
Noresize' attribute. |
void |
setWidth(float value)
Sets the value of the '
Width' attribute. |
void |
setWrelative(boolean value)
Sets the value of the '
Wrelative' attribute. |
float getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(float),
SofiagraphicsPackage.getDimension_Width()void setWidth(float value)
Width' attribute.
value - the new value of the 'Width' attribute.getWidth()float getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(float),
SofiagraphicsPackage.getDimension_Height()void setHeight(float value)
Height' attribute.
value - the new value of the 'Height' attribute.getHeight()boolean isWrelative()
If the meaning of the 'Wrelative' attribute isn't clear, there really should be more of a description here...
setWrelative(boolean),
SofiagraphicsPackage.getDimension_Wrelative()void setWrelative(boolean value)
Wrelative' attribute.
value - the new value of the 'Wrelative' attribute.isWrelative()boolean isHrelative()
If the meaning of the 'Hrelative' attribute isn't clear, there really should be more of a description here...
setHrelative(boolean),
SofiagraphicsPackage.getDimension_Hrelative()void setHrelative(boolean value)
Hrelative' attribute.
value - the new value of the 'Hrelative' attribute.isHrelative()boolean isNoresize()
"false".
If the meaning of the 'Noresize' attribute isn't clear, there really should be more of a description here...
setNoresize(boolean),
SofiagraphicsPackage.getDimension_Noresize()void setNoresize(boolean value)
Noresize' attribute.
value - the new value of the 'Noresize' attribute.isNoresize()Copyright © 2018. All rights reserved.