|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Text | |
|---|---|
| algoanim.animalscript | This package contains the generator back-end for AnimalScript. |
| algoanim.primitives.generators | |
| algoanim.primitives.updater | |
| Uses of Text in algoanim.animalscript |
|---|
| Methods in algoanim.animalscript that return Text | |
|---|---|
Text |
AnimalScript.newText(Node upperLeft,
java.lang.String text,
java.lang.String name,
DisplayOptions display,
TextProperties tp)
|
| Methods in algoanim.animalscript with parameters of type Text | |
|---|---|
void |
AnimalTextGenerator.create(Text t)
|
| Uses of Text in algoanim.primitives.generators |
|---|
| Methods in algoanim.primitives.generators that return Text | |
|---|---|
Text |
Language.newText(Node upperLeft,
java.lang.String text,
java.lang.String name,
DisplayOptions display)
Creates a new Text object. |
abstract Text |
Language.newText(Node upperLeft,
java.lang.String text,
java.lang.String name,
DisplayOptions display,
TextProperties tp)
Creates a new Text object. |
| Methods in algoanim.primitives.generators with parameters of type Text | |
|---|---|
void |
TextGenerator.create(Text t)
Creates the originating script code for a given Text, due
to the fact that before a primitive can be worked with it has to be defined
and made known to the script language. |
| Uses of Text in algoanim.primitives.updater |
|---|
| Fields in algoanim.primitives.updater declared as Text | |
|---|---|
(package private) Text |
TextUpdater.text
|
| Constructors in algoanim.primitives.updater with parameters of type Text | |
|---|---|
TextUpdater(Text text)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||