public class ElementType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ImageWithHotSpot[] |
images
images for all states, indexed from 0..numStates-1
|
java.lang.String |
name
name of the element type
|
int |
numStates
the number of states this element can take
|
Constructor and Description |
---|
ElementType(java.lang.String name)
construct a new element type, fill the images manually
|
public java.lang.String name
public int numStates
public ImageWithHotSpot[] images