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