Modifier and Type | Method and Description |
---|---|
Dimensions |
Dimensions.cloneObject()
Creates and returns a deep copy of this
Dimensions . |
Dimensions |
Layout.getDimensions()
Returns the dimensions of the layout.
|
Dimensions |
BoundingBox.getDimensions()
Returns the dimensions of the
BoundingBox as reference to a Dimensions
object. |
Modifier and Type | Method and Description |
---|---|
void |
Layout.setDimensions(Dimensions dimensions)
Sets the dimensions of the layout.
|
void |
BoundingBox.setDimensions(Dimensions d)
Sets the dimensions to a copy of the
Dimensions object given. |
Constructor and Description |
---|
BoundingBox(LayoutPkgNamespaces layoutns,
java.lang.String id,
Point p,
Dimensions d)
Constructor which sets the id, the coordinates and the dimensions to
the given values.
|
Dimensions(Dimensions orig)
Copy constructor.
|
GraphicalObject(LayoutPkgNamespaces layoutns,
java.lang.String id,
Point p,
Dimensions d)
Creates a new
GraphicalObject with the given id and 3D coordinates for
the bounding box. |
Layout(LayoutPkgNamespaces layoutns,
java.lang.String id,
Dimensions dimensions)
Creates a new
Layout with the given id and dimensions. |