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
G
- getAngle() - Method in class sglib.StageObject
-
Get rotation angle of object from 0 to 360 degrees. 0 points east, going counter clock wise.
- getDistance(double, double) - Method in class sglib.StageObject
-
Get distance from object to position (px,py).
- getDistance(StageObject) - Method in class sglib.StageObject
-
Get distance from this object to object obj.
- getHeight() - Method in class sglib.Stage
-
Get height of stage (excluding boundary).
- getHeight() - Method in class sglib.StageObject
-
Get current height of object.
- getHitBoundary() - Method in class sglib.StageObject
-
Return which part of boundary has been hit.
- getId() - Method in class sglib.StageObject
-
Get unique identifier of this stage object.
- getMouseX() - Method in class sglib.Stage
-
Get x-value of pointer (border is excluded)
- getMouseY() - Method in class sglib.Stage
-
Get y-value of pointer (border is excluded)
- getObject(String) - Method in class sglib.Stage
-
Get an object by its name.
- getRotationStyle() - Method in class sglib.StageObject
-
Get current rotation style.
- getScaleFactor() - Method in class sglib.StageObject
-
Get current scale factor (100 = 100%)
- getVariableAsDouble(String) - Method in class sglib.Stage
-
Get mixed variable value as double.
- getVariableAsInt(String) - Method in class sglib.Stage
-
Get mixed variable value as integer.
- getVariableAsString(String) - Method in class sglib.Stage
-
Get mixed variable value as string.
- getWidth() - Method in class sglib.Stage
-
Get width of stage (excluding boundary).
- getWidth() - Method in class sglib.StageObject
-
Get current width of object.
- getX() - Method in class sglib.StageObject
-
Return x-value of objects position (center).
- getY() - Method in class sglib.StageObject
-
Return y-value of objects position (center).
All Classes All Packages