Uses of Package
org.openpatch.scratch
Packages that use org.openpatch.scratch
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 camera extensions in Scratch.
Provides classes and interfaces for recorder extensions in Scratch.
Provides classes and interfaces for shader extensions in Scratch.
Provides control over the order in which sprites are drawn.
Provides classes and interfaces for tiled extensions in Scratch.
This package contains the internal classes of the Scratch plugin.
-
Classes in org.openpatch.scratch used by org.openpatch.scratchClassDescriptionThe AnimatedSprite class represents a sprite that can play animations.The Color class represents a color in the Scratch environment.Represents a hitbox with a shape that can be transformed by scaling, translating, and rotating it.Key codes for keyboard input handling.One of the three layers a stage draws, from back to front.The
MouseCodeenum represents the different mouse buttons that can be used.The Pen class represents a drawing tool that can be used to draw paths on a stage.The RotationStyle enum represents the different rotation styles that a sprite can have in Scratch.Represents a generic shape that can be transformed and drawn.The `Sprite` class represents a graphical object that can be displayed on a stage.The Stage class represents a stage where various elements such as sprites, texts, pens, and backdrops can be added and manipulated.The Text class represents a text object that can be displayed on the stage.Where a piece of text sits relative to its position.TheTextStyleenum represents different styles of text that can be used.How pictures are smoothed when they are drawn larger or smaller than they really are.The Timer class provides methods for timing events in a graphical application.TheVector2class represents a 2D vector with x and y coordinates.The Window class represents a singleton window for the application. -
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.camera
-
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.recorder
-
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.shader
-
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.sortingClassDescriptionThe `Sprite` class represents a graphical object that can be displayed on a stage.
-
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.tiled
-
Classes in org.openpatch.scratch used by org.openpatch.scratch.internalClassDescriptionThe Color class represents a color in the Scratch environment.One of the three layers a stage draws, from back to front.The RotationStyle enum represents the different rotation styles that a sprite can have in Scratch.The Stage class represents a stage where various elements such as sprites, texts, pens, and backdrops can be added and manipulated.
-
Classes in org.openpatch.scratch used by parityClassDescriptionThe Stage class represents a stage where various elements such as sprites, texts, pens, and backdrops can be added and manipulated.