public class DXFText extends DXFGraphic
| Modifier and Type | Field and Description |
|---|---|
float |
firstAlignmentX |
float |
firstAlignmentY |
int |
horizontalJustification |
float |
rotationAngle |
float |
secondAlignmentX |
float |
secondAlignmentY |
java.lang.String |
styleName |
float |
textHeight |
java.lang.String |
value |
int |
verticalJustification |
color, dbConnectID, dbConnectType, extendedData, layerName, linetypeName, originalLayerName, xDictionaryHandleappGroupName, handle, insideAppGroup| Constructor and Description |
|---|
DXFText() |
| Modifier and Type | Method and Description |
|---|---|
void |
processGroup(int code,
DXFProtoValue value)
Acts on groups; interprets them and populates properties.
|
void |
resetToDefaults()
Resets all values to defaults; useful when reusing objects.
|
java.lang.String |
toString() |
copyStateFrompublic float firstAlignmentX
public float firstAlignmentY
public float textHeight
public java.lang.String value
public float rotationAngle
public java.lang.String styleName
public int horizontalJustification
public float secondAlignmentX
public float secondAlignmentY
public int verticalJustification
public void resetToDefaults()
resetToDefaults in class DXFGraphicpublic void processGroup(int code,
DXFProtoValue value)
processGroup in interface DXFGroupActorprocessGroup in class DXFGraphicpublic java.lang.String toString()
toString in class java.lang.Object