|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.datatypes.TextDescriptor
public class TextDescriptor
Defines the descriptor for a text string to render.
| Field Summary | |
|---|---|
private CoordinateCartesianAbsolute |
_anchor
the anchor, where the origin in the text properties aligns |
private TextProperties |
_properties
the text properties |
private java.lang.String |
_text
the text |
| Constructor Summary | |
|---|---|
TextDescriptor(java.lang.String text,
TextProperties properties,
CoordinateCartesianAbsolute anchor)
Creates a text descriptor. |
|
| Method Summary | |
|---|---|
CoordinateCartesianAbsolute |
getAnchor()
Gets the anchor, where the origin in the text properties aligns. |
TextProperties |
getProperties()
Gets the text properties. |
java.lang.String |
getText()
Gets the text. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final CoordinateCartesianAbsolute _anchor
private final TextProperties _properties
private final java.lang.String _text
| Constructor Detail |
|---|
public TextDescriptor(java.lang.String text,
TextProperties properties,
CoordinateCartesianAbsolute anchor)
text - - the textproperties - - the text propertiesanchor - - the anchor, where the origin in properties aligns| Method Detail |
|---|
public CoordinateCartesianAbsolute getAnchor()
public TextProperties getProperties()
public java.lang.String getText()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||