Uses of Enum Class
org.openpatch.scratch.TextStyle
Packages that use TextStyle
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of TextStyle in org.openpatch.scratch
Methods in org.openpatch.scratch that return TextStyleModifier and TypeMethodDescriptionText.getStyle()Returns the style the text is drawn in.static TextStyleReturns the enum constant of this class with the specified name.static TextStyle[]TextStyle.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 TextStyleModifier and TypeMethodDescriptionvoidSets the style of the text.Constructors in org.openpatch.scratch with parameters of type TextStyle