Uses of Enum Class
org.openpatch.scratch.extensions.text.TextStyle
Packages that use TextStyle
Package
Description
Provides classes and interfaces for text extensions in Scratch.
-
Uses of TextStyle in org.openpatch.scratch.extensions.text
Subclasses with type arguments of type TextStyle in org.openpatch.scratch.extensions.textModifier and TypeClassDescriptionenumTheTextStyleenum represents different styles of text that can be used.Methods in org.openpatch.scratch.extensions.text that return TextStyleModifier and TypeMethodDescriptionstatic 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.extensions.text with parameters of type TextStyleModifier and TypeMethodDescriptionvoidSets the style of the text.Constructors in org.openpatch.scratch.extensions.text with parameters of type TextStyle