A B C D F G H I K L M N P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- scale(double) - Method in class sglib.StageObject
-
Set scale factor for object in percent (100 = original size).
- scaleDown(double) - Method in class sglib.StageObject
-
Modify current scale factor by subtracting this value.
- scaleUp(double) - Method in class sglib.StageObject
-
Modify current scale factor by adding this value.
- setId(String) - Method in class sglib.StageObject
-
Change id used to look up object.
- setImage(int) - Method in class sglib.StageObject
-
Choose image by index in list (thus change appearance).
- setImage(String) - Method in class sglib.StageObject
-
Select image (thus change appearance).
- setRotation(double) - Method in class sglib.StageObject
-
Directly set rotation of object.
- setRotationStyle(int) - Method in class sglib.StageObject
-
By default object is rotated according to current angle (style FULL).
- setStage(Stage) - Method in class sglib.StageObject
-
Bind a stage object to a stage.
- setText(String, int) - Method in class sglib.StageObject
-
Set text and font size.
- setVariable(String, double) - Method in class sglib.Stage
-
Set mixed variable to a double value.
- setVariable(String, int) - Method in class sglib.Stage
-
Set mixed variable to an integer value.
- setVariable(String, String) - Method in class sglib.Stage
-
Set mixed variable to a string value.
- setX(double) - Method in class sglib.StageObject
-
Set x-value of position and check whether out of stage boundary.
- setY(double) - Method in class sglib.StageObject
-
Set y-value of position and check whether out of stage boundary.
- sglib - package sglib
- show() - Method in class sglib.StageObject
-
Show object on stage (that means draw it).
- Stage - Class in sglib
- Stage(int, int) - Constructor for class sglib.Stage
-
Constructor for stage.
- Stage(String, int, int) - Constructor for class sglib.Stage
-
Constructor for stage.
- Stage(String, int, int, String) - Constructor for class sglib.Stage
-
Constructor for stage.
- StageObject - Class in sglib
- StageObject(String, int, int, String, int) - Constructor for class sglib.StageObject
-
Constructors for stage object.
- StageObject(Stage, int, int) - Constructor for class sglib.StageObject
-
Constructors for stage object.
- StageObject(Stage, int, int, String) - Constructor for class sglib.StageObject
-
Constructors for stage object.
- StageObject(Stage, int, int, String, int) - Constructor for class sglib.StageObject
-
Constructors for stage object.
- StageObject(Stage, String, int, int, String) - Constructor for class sglib.StageObject
-
Constructors for stage object.
- StageObject(Stage, String, int, int, String, int) - Constructor for class sglib.StageObject
-
Constructors for stage object.
- start() - Method in class sglib.Stage
-
Start a thread for each stage object to run its run() method.
- start(int) - Method in class sglib.Stage
-
Start a thread for each stage object to run its run() method and set delay between calls to act to ms milliseconds.
- stop() - Method in class sglib.Stage
-
Set stopped true which will result in StageObject's default run method to cancel.
All Classes All Packages