public abstract class Dimension
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Four |
FOUR
The fourth dimension.
|
static One |
ONE
The first dimension.
|
static Three |
THREE
The third dimension.
|
static Two |
TWO
The second dimension.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
static Dimension |
getDimension(int count)
Returns the dimension with a specified coordinate count.
|
public static final One ONE
public static final Two TWO
public static final Three THREE
public static final Four FOUR
public static Dimension getDimension(int count)
count - the coordinate count of the dimensionnull will be returned.public int getCount()