Uses of Enum Class
org.openpatch.scratch.RotationStyle
Packages that use RotationStyle
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.
-
Uses of RotationStyle in org.openpatch.scratch
Methods in org.openpatch.scratch that return RotationStyleModifier and TypeMethodDescriptionstatic RotationStyle
Returns the enum constant of this class with the specified name.static RotationStyle[]
RotationStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openpatch.scratch with parameters of type RotationStyleModifier and TypeMethodDescriptionvoid
Sprite.setRotationStyle
(RotationStyle style) Sets the rotation style for the sprite. -
Uses of RotationStyle in org.openpatch.scratch.internal
Methods in org.openpatch.scratch.internal with parameters of type RotationStyleModifier and TypeMethodDescriptionvoid
Image.draw
(processing.core.PGraphics buffer, double size, double degrees, double x, double y, RotationStyle style, Shader shader) Draw the scaled image at a given position.void
Image.drawDebug
(processing.core.PGraphics buffer, double size, double degrees, double x, double y, RotationStyle style) Draw the scaled image at a given position.Constructors in org.openpatch.scratch.internal with parameters of type RotationStyleModifierConstructorDescriptionStamp
(Image image, double degrees, double x, double y, RotationStyle style)