|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextSpan | |
|---|---|
| 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 TextSpan in com.flagstone.transform.text |
|---|
| Methods in com.flagstone.transform.text that return TextSpan | |
|---|---|
TextSpan |
TextSpan.add(GlyphIndex aCharacter)
Adds an Character object to the list of characters. |
TextSpan |
TextSpan.copy()
Creates a complete copy of this object. |
| Methods in com.flagstone.transform.text that return types with arguments of type TextSpan | |
|---|---|
List<TextSpan> |
StaticTextTag.getSpans()
Get the list of text spans that define the text to be displayed. |
List<TextSpan> |
DefineText2.getSpans()
Get the list of text spans that define the text to be displayed. |
List<TextSpan> |
DefineText.getSpans()
Get the list of text spans that define the text to be displayed. |
| Methods in com.flagstone.transform.text with parameters of type TextSpan | |
|---|---|
DefineText2 |
DefineText2.add(TextSpan obj)
Add a TextSpan object to the list of text spans. |
DefineText |
DefineText.add(TextSpan obj)
Add a TextSpan object to the list of text spans. |
| Method parameters in com.flagstone.transform.text with type arguments of type TextSpan | |
|---|---|
void |
StaticTextTag.setSpans(List<TextSpan> list)
Sets the list of text spans that define the text to be displayed. |
void |
DefineText2.setSpans(List<TextSpan> list)
Sets the list of text spans that define the text to be displayed. |
void |
DefineText.setSpans(List<TextSpan> list)
Sets the list of text spans that define the text to be displayed. |
| Constructors in com.flagstone.transform.text with parameters of type TextSpan | |
|---|---|
TextSpan(TextSpan object)
Creates and initialises a TextSpan object using the values copied from another TextSpan object. |
|
| Constructor parameters in com.flagstone.transform.text with type arguments of type TextSpan | |
|---|---|
DefineText(int uid,
Bounds rect,
CoordTransform matrix,
List<TextSpan> list)
Creates a DefineText object with the specified bounding rectangle, coordinate transform and text records. |
|
DefineText2(int uid,
Bounds rect,
CoordTransform matrix,
List<TextSpan> list)
Creates a DefineText2 object with the specified bounding rectangle, coordinate transform and text records. |
|
| Uses of TextSpan in com.flagstone.transform.util.text |
|---|
| Methods in com.flagstone.transform.util.text that return TextSpan | |
|---|---|
TextSpan |
TextTable.defineSpan(String text,
Color color,
int xCoord,
int yCoord)
Create a span of text that can be added to a static text field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||