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 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.Text.getStage()Retrieves the current stage associated with this object.Window.getStage()Retrieves the current stage from the Applet instance.Methods in org.openpatch.scratch with parameters of type StageModifier and TypeMethodDescriptionvoidPen.addedToStage(Stage stage) This method is called when the pen is added to the stage.protected voidSprite.addedToStage(Stage stage) voidText.addedToStage(Stage stage) voidPen.removedFromStage(Stage stage) This method is called when the pen is removed from the stage.protected voidSprite.removedFromStage(Stage stage) voidText.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.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 StageModifier and TypeMethodDescriptionvoidApplet.registerHooks(Stage stage, StageHooks hooks) Registers how the render loop reaches a stage.voidabstract voidStamps images permanently onto one of a stage's layers.voidApplet.transitionToStage(Stage stage, int duration) -
Uses of Stage in parity
Modifier and TypeClassDescriptionclassEvery arrangement that has to keep looking the way it looks.