public interface Dimension
The following features are supported:
| 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 (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0