Uses of Enum Class
org.rspeer.game.scene.Projection.Canvas
Packages that use Projection.Canvas
-
Uses of Projection.Canvas in org.rspeer.game.scene
Subclasses with type arguments of type Projection.Canvas in org.rspeer.game.sceneMethods in org.rspeer.game.scene that return Projection.CanvasModifier and TypeMethodDescriptionstatic Projection.CanvasReturns the enum constant of this class with the specified name.static Projection.Canvas[]Projection.Canvas.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rspeer.game.scene with parameters of type Projection.CanvasModifier and TypeMethodDescriptionstatic PolygonProjection.getPositionPolygon(Projection.Canvas canvas, Position position) Deprecated.static PointProjection.toScreen(Projection.Canvas canvas, Position position) Deprecated.static PointProjection.toScreen(Projection.Canvas canvas, Position position, EnumSet<Projection.Setting> settings) Deprecated.