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