public class DXFInsert extends DXFBlockReference
| Modifier and Type | Field and Description |
|---|---|
double |
_angle |
DXFPoint |
_point |
_blockName, _refBlock_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 |
|---|
DXFInsert(double x,
double y,
String nomBlock,
DXFBlock refBlock,
DXFLayer l,
int visibility,
int c,
DXFLineType lineType,
double angle) |
DXFInsert(DXFInsert newInsert) |
| Modifier and Type | Method and Description |
|---|---|
DXFEntity |
clone() |
static DXFInsert |
read(DXFLineNumberReader br,
DXFUnivers univers) |
String |
toString(double x,
double y,
int visibility,
int c,
DXFLineType lineType) |
DXFEntity |
translate(double x,
double y) |
addError, getColor, getColorRGB, getErrorDescription, getGeometry, 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, setVisible, updateGeometrypublic DXFPoint _point
public double _angle
public DXFInsert(DXFInsert newInsert)
public DXFInsert(double x,
double y,
String nomBlock,
DXFBlock refBlock,
DXFLayer l,
int visibility,
int c,
DXFLineType lineType,
double angle)
public static DXFInsert read(DXFLineNumberReader br, DXFUnivers univers) throws IOException
IOExceptionpublic String toString(double x, double y, int visibility, int c, DXFLineType lineType)
Copyright © 2018 B3Partners B.V.. All rights reserved.