|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefineText2 | |
---|---|
com.flagstone.transform.text | The text package contains all the classes for encoding and decoding the data structures that represent static and dynamic text fields. |
com.flagstone.transform.util.text | The text package contains convenience classes for generating static text fields. |
Uses of DefineText2 in com.flagstone.transform.text |
---|
Methods in com.flagstone.transform.text that return DefineText2 | |
---|---|
DefineText2 |
DefineText2.add(TextSpan obj)
Add a TextSpan object to the list of text spans. |
DefineText2 |
DefineText2.copy()
Creates a complete copy of this object. |
Constructors in com.flagstone.transform.text with parameters of type DefineText2 | |
---|---|
DefineText2(DefineText2 object)
Creates and initialises a DefineText2 object using the values copied from another DefineText2 object. |
Uses of DefineText2 in com.flagstone.transform.util.text |
---|
Methods in com.flagstone.transform.util.text that return DefineText2 | |
---|---|
DefineText2 |
TextTable.defineText(int uid,
String text,
Color color)
Create a definition for a static text field that displays a single line of text in the specified font. |
DefineText2 |
TextTable.defineTextBlock(int uid,
List<String> lines,
Color color,
int lineSpacing)
Create a definition for a static text field that displays a block of text in the specified font. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |