Uses of Class
org.openpatch.scratch.extensions.text.Text
Packages that use Text
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of Text in org.openpatch.scratch
Methods in org.openpatch.scratch with type parameters of type TextModifier and TypeMethodDescription<T extends Text>
longStage.countTextsOf
(Class<T> c) Returns the number of texts of the specified class.Stage.findTextsOf
(Class<T> c) Find texts of a given class.Methods in org.openpatch.scratch that return TextModifier and TypeMethodDescriptionSprite.getText()
Retrieves the text associated with this sprite.Methods in org.openpatch.scratch with parameters of type Text -
Uses of Text in org.openpatch.scratch.extensions.text
Constructors in org.openpatch.scratch.extensions.text with parameters of type Text