public class AiliaShape
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dim
Dimension information
|
static int |
version |
int |
w
Size along the axis
|
int |
x
Size along the axis
|
int |
y
Size along the axis
|
int |
z
Size along the axis
|
Constructor and Description |
---|
AiliaShape(int x,
int y,
int z,
int w,
int dim) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int version
public int x
public int y
public int z
public int w
public int dim