public abstract class SpaceID
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
SpaceID() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
clone() |
abstract int |
dim()
Returns the dimensionality of this SpaceID.
|
void |
setCoord(int axisnumber,
float value)
Set the specified axis to the specified value.
|
void |
setCoord(int axisnumber,
int value)
Set the specified axis to the specified value.
|
public void setCoord(int axisnumber,
int value)
public void setCoord(int axisnumber,
float value)
public abstract int dim()
public abstract java.lang.Object clone()
clone in class java.lang.Object