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.
Provides classes and interfaces for pen extensions in Scratch.
Provides classes and interfaces for text extensions in Scratch.
Provides classes and interfaces for tiled extensions in Scratch.
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 voidSprite.addedToStage(Stage stage) voidDeprecated.since 4.0.0.voidvoidvoidvoidvoidvoidvoidvoidvoidprotected voidSprite.removedFromStage(Stage stage) voidSets the current stage of the application.voidWindow.transitionToStage(Stage stage, int duration) Transitions to a new stage with a specified duration.voidSprite.whenAddedToStage(Stage stage) This method is called when the sprite is added to the stage.voidSprite.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 TypeMethodDescriptionvoidPen.addedToStage(Stage stage) This method is called when the pen is added to the stage.voidPen.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 TypeMethodDescriptionvoidText.addedToStage(Stage stage) voidText.removedFromStage(Stage stage) voidText.whenAddedToStage(Stage stage) This method is called when the text is added to the stage.voidText.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