public class DXFText extends DXFEntity
_color, _entBase, _lineType, _name, _refLayer, _text, _textheight, _textposhorizontal, _textposvertical, _textrotation, _thickness, errorDescription, geometry, geometryType, startingLineNumber, univers, visible$ACADVER, $EXTMAX, $EXTMIN, $FILLMODE, $LIMMAX, $LIMMIN, ARC, ATTRIB, BLOCK, BLOCK_RECORD, BLOCKS, CIRCLE, CLASSES, DIMENSION, ELLIPSE, ENDBLK, ENDSEC, ENDTAB, ENTITIES, HEADER, INSERT, LAYER, LAYER_AUTO_FROZEN, LAYER_FROZEN, LAYER_INVISIBLE, LAYER_LOCKED, LAYER_USED, LAYER_XREF, LAYER_XREF_FOUND, LINE, LTYPE, LWPOLYLINE, MTEXT, OBJECTS, POINT, POLYLINE, SECTION, SEQEND, SOLID, SPLINE, TABLE, TABLES, TEXT, THUMBNAILIMAGE, TRACE, VERTEX| Constructor and Description |
|---|
DXFText(DXFText newText) |
DXFText(int c,
DXFLayer l,
int visibility,
DXFLineType lineType,
double thickness) |
| Modifier and Type | Method and Description |
|---|---|
DXFEntity |
clone() |
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
Double |
getX() |
Double |
getY() |
static DXFText |
read(DXFLineNumberReader br,
DXFUnivers univers,
boolean isMText) |
void |
setX(Double x) |
void |
setY(Double y) |
DXFEntity |
translate(double x,
double y) |
void |
updateGeometry() |
addError, getColor, getColorRGB, getErrorDescription, getLineType, getLineTypeName, getName, getRefLayer, getRefLayerName, getStartingLineNumber, getText, getTextheight, getTextposhorizontal, getTextposvertical, getTextrotation, getThickness, getType, getUnivers, isVisible, rotateAndPlace, rotateAndPlace, setAngle, setBase, setColor, setErrorDescription, setGeometry, setLineType, setName, setRefLayer, setStartingLineNumber, setText, setTextheight, setTextposhorizontal, setTextposvertical, setTextrotation, setThickness, setType, setUnivers, setVisiblepublic DXFText(DXFText newText)
public DXFText(int c,
DXFLayer l,
int visibility,
DXFLineType lineType,
double thickness)
public Double getX()
public void setX(Double x)
public Double getY()
public void setY(Double y)
public static DXFText read(DXFLineNumberReader br, DXFUnivers univers, boolean isMText) throws IOException
IOExceptionpublic com.vividsolutions.jts.geom.Geometry getGeometry()
getGeometry in class DXFEntitypublic void updateGeometry()
updateGeometry in class DXFEntityCopyright © 2018 B3Partners B.V.. All rights reserved.