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.
This package contains the internal classes of the Scratch plugin.
-
Classes in org.openpatch.scratch used by org.openpatch.scratchClassDescriptionThe
MouseCode
enum represents the different mouse buttons that can be used.The RotationStyle enum represents the different rotation styles that a sprite can have in Scratch.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 Window class represents a singleton window for the application. -
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.animationClassDescriptionThe `Sprite` class represents a graphical object that can be displayed on a stage.
-
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.pen
-
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.text
-
Classes in org.openpatch.scratch used by org.openpatch.scratch.extensions.tiledClassDescriptionThe 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 org.openpatch.scratch.internalClassDescriptionThe 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.