Uses of Class
org.openpatch.scratch.Stage
Packages that use Stage
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
This package contains the internal classes of the Scratch plugin.
-
Uses of Stage in org.openpatch.scratch
Methods in org.openpatch.scratch that return StageModifier and TypeMethodDescriptionSprite.getStage()
Retrieves the current stage associated with this sprite.Window.getStage()
Retrieves the current stage from the Applet instance.Methods in org.openpatch.scratch with parameters of type StageModifier and TypeMethodDescriptionprotected void
Sprite.addedToStage
(Stage stage) void
Deprecated.since 4.0.0.void
void
void
void
void
void
void
void
void
protected void
Sprite.removedFromStage
(Stage stage) void
Sets the current stage of the application.void
Window.transitionToStage
(Stage stage, int duration) Transitions to a new stage with a specified duration.void
Sprite.whenAddedToStage
(Stage stage) This method is called when the sprite is added to the stage.void
Sprite.whenRemovedFromStage
(Stage stage) This method is called when the sprite is removed from the stage. -
Uses of Stage in org.openpatch.scratch.extensions.pen
Methods in org.openpatch.scratch.extensions.pen with parameters of type StageModifier and TypeMethodDescriptionvoid
Pen.addedToStage
(Stage stage) This method is called when the pen is added to the stage.void
Pen.removedFromStage
(Stage stage) This method is called when the pen is removed from the stage. -
Uses of Stage in org.openpatch.scratch.extensions.text
Methods in org.openpatch.scratch.extensions.text that return StageModifier and TypeMethodDescriptionText.getStage()
Retrieves the current stage associated with this object.Methods in org.openpatch.scratch.extensions.text with parameters of type StageModifier and TypeMethodDescriptionvoid
Text.addedToStage
(Stage stage) void
Text.removedFromStage
(Stage stage) void
Text.whenAddedToStage
(Stage stage) This method is called when the text is added to the stage.void
Text.whenRemovedFromStage
(Stage stage) This method is called when the text is removed from the stage. -
Uses of Stage in org.openpatch.scratch.extensions.tiled
Constructors in org.openpatch.scratch.extensions.tiled with parameters of type Stage -
Uses of Stage in org.openpatch.scratch.internal
Methods in org.openpatch.scratch.internal that return StageModifier and TypeMethodDescriptionApplet.getStage()
Returns the current stage of the application.Methods in org.openpatch.scratch.internal with parameters of type Stage