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.
 
  • Class
    Description
    The 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 MouseCode enum 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.
    The TextStyle enum 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.
    The Vector2 class represents a 2D vector with x and y coordinates.
    The Window class represents a singleton window for the application.
  • Class
    Description
    The Vector2 class represents a 2D vector with x and y coordinates.
  • Class
    Description
    The Color class represents a color in the Scratch environment.
  • Class
    Description
    The Color class represents a color in the Scratch environment.
    The Vector2 class represents a 2D vector with x and y coordinates.
  • Class
    Description
    The `Sprite` class represents a graphical object that can be displayed on a stage.
  • Class
    Description
    Represents a generic shape that can be transformed and drawn.
    The Stage class represents a stage where various elements such as sprites, texts, pens, and backdrops can be added and manipulated.
  • Class
    Description
    The 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 parity
    Class
    Description
    The Stage class represents a stage where various elements such as sprites, texts, pens, and backdrops can be added and manipulated.