public interface Dimension
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VisualInterfacePackage.getDimension()
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Returns the value of the 'Height' attribute.
|
double |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setHeight(double value)
Sets the value of the '
Height ' attribute. |
void |
setWidth(double value)
Sets the value of the '
Width ' attribute. |
double getWidth()
"0"
.
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(double)
,
VisualInterfacePackage.getDimension_Width()
void setWidth(double value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
double getHeight()
"0"
.
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(double)
,
VisualInterfacePackage.getDimension_Height()
void setHeight(double value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.