Uses of Enum Class
org.openpatch.scratch.TextAlign
Packages that use TextAlign
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of TextAlign in org.openpatch.scratch
Methods in org.openpatch.scratch that return TextAlignModifier and TypeMethodDescriptionText.getAlign()Returns where the text sits relative to its position.static TextAlignReturns the enum constant of this class with the specified name.static TextAlign[]TextAlign.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 TextAlign