|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextProperties | |
|---|---|
| algoanim.animalscript | This package contains the generator back-end for AnimalScript. |
| algoanim.primitives | |
| algoanim.primitives.generators | |
| Uses of TextProperties in algoanim.animalscript |
|---|
| Methods in algoanim.animalscript with parameters of type TextProperties | |
|---|---|
Text |
AnimalScript.newText(Node upperLeft,
java.lang.String text,
java.lang.String name,
DisplayOptions display,
TextProperties tp)
|
| Uses of TextProperties in algoanim.primitives |
|---|
| Methods in algoanim.primitives that return TextProperties | |
|---|---|
TextProperties |
Text.getProperties()
Returns the properties of this Text element. |
| Constructors in algoanim.primitives with parameters of type TextProperties | |
|---|---|
Text(TextGenerator tg,
Node upperLeftCorner,
java.lang.String theText,
java.lang.String name,
DisplayOptions display,
TextProperties tp)
Instantiates the Text and calls the create() method of the
associated TextGenerator. |
|
| Uses of TextProperties in algoanim.primitives.generators |
|---|
| Methods in algoanim.primitives.generators with parameters of type TextProperties | |
|---|---|
abstract Text |
Language.newText(Node upperLeft,
java.lang.String text,
java.lang.String name,
DisplayOptions display,
TextProperties tp)
Creates a new Text object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||