Uses of Class
sglib.Stage
-
-
Uses of Stage in sglib
Methods in sglib with parameters of type Stage Modifier and Type Method Description void
StageObject. setStage(Stage stage)
Bind a stage object to a stage.Constructors in sglib with parameters of type Stage Constructor Description StageObject(Stage stage, int x, int y)
Constructors for stage object.StageObject(Stage stage, int x, int y, java.lang.String img)
Constructors for stage object.StageObject(Stage stage, int x, int y, java.lang.String img, int scale)
Constructors for stage object.StageObject(Stage stage, java.lang.String id, int x, int y, java.lang.String img)
Constructors for stage object.StageObject(Stage stage, java.lang.String id, int x, int y, java.lang.String img, int scale)
Constructors for stage object.
-