|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlyphIndex | |
---|---|
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 GlyphIndex in com.flagstone.transform.text |
---|
Methods in com.flagstone.transform.text that return types with arguments of type GlyphIndex | |
---|---|
List<GlyphIndex> |
TextSpan.getCharacters()
Returns the list of characters to be displayed. |
Methods in com.flagstone.transform.text with parameters of type GlyphIndex | |
---|---|
TextSpan |
TextSpan.add(GlyphIndex aCharacter)
Adds an Character object to the list of characters. |
Method parameters in com.flagstone.transform.text with type arguments of type GlyphIndex | |
---|---|
void |
TextSpan.setCharacters(List<GlyphIndex> list)
Sets the list of characters to be displayed. |
Constructor parameters in com.flagstone.transform.text with type arguments of type GlyphIndex | |
---|---|
TextSpan(Integer uid,
Integer aHeight,
Color aColor,
Integer xOffset,
Integer yOffset,
List<GlyphIndex> list)
Creates a Text object, specifying the colour and position of the following Text. |
Uses of GlyphIndex in com.flagstone.transform.util.text |
---|
Methods in com.flagstone.transform.util.text that return types with arguments of type GlyphIndex | |
---|---|
List<GlyphIndex> |
TextTable.charactersForText(String text)
Create a list of characters that can be added to a text span. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |