- valueOf(String) - Static method in enum cell2d.space.CollisionResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cell2d.space.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cell2d.space.DrawMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum cell2d.space.CollisionResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cell2d.space.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cell2d.space.DrawMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class cell2d.CellGame
-
The version number of Cell2D, currently 1.3.0.
- Viewport<T extends CellGame> - Class in cell2d.space
-
A Viewport is a SpaceThinker that represents a rectangular region of the
screen through which the space of the SpaceState to which it is assigned can
be viewed.
- Viewport(HUD<T>, long, long, long, long) - Constructor for class cell2d.space.Viewport
-
Creates a new Viewport that occupies the specified region of the screen.