Uses of Class
org.rspeer.game.scene.Projection.Canvas
-
Packages that use Projection.Canvas Package Description org.rspeer.game.scene -
-
Uses of Projection.Canvas in org.rspeer.game.scene
Methods in org.rspeer.game.scene that return Projection.Canvas Modifier and Type Method Description static Projection.Canvas
Projection.Canvas. valueOf(String name)
Returns the enum constant of this type with the specified name.static Projection.Canvas[]
Projection.Canvas. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.scene with parameters of type Projection.Canvas Modifier and Type Method Description static Polygon
Projection. getPositionPolygon(Projection.Canvas canvas, Position position)
static Point
Projection. toScreen(Projection.Canvas canvas, Position position)
static Point
Projection. toScreen(Projection.Canvas canvas, Position position, EnumSet<Projection.Setting> settings)
-