Package | Description |
---|---|
icy.type.dimension |
Contains Dimension class definition up to 5D
|
icy.type.rectangle |
Contains Rectangle class definition up to 5D
|
Modifier and Type | Class and Description |
---|---|
static class |
Dimension4D.Double |
static class |
Dimension4D.Float |
static class |
Dimension4D.Integer |
Modifier and Type | Method and Description |
---|---|
abstract Dimension4D |
Dimension5D.toDimension4D()
Convert to 4D dimension.
|
Dimension4D |
Dimension5D.Double.toDimension4D() |
Dimension4D |
Dimension5D.Float.toDimension4D() |
Dimension4D |
Dimension5D.Integer.toDimension4D() |
Modifier and Type | Method and Description |
---|---|
void |
Dimension4D.setSize(Dimension4D d)
Sets the size of this
Dimension4D object to match the specified size. |
Modifier and Type | Method and Description |
---|---|
abstract Dimension4D |
Rectangle4D.getDimension()
Returns the dimension.
|