public class DXFPoint extends DXFEntity
| Modifier and Type | Field and Description |
|---|---|
Point2D.Double |
_point |
_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 |
|---|
DXFPoint() |
DXFPoint(double x,
double y,
int c,
DXFLayer l,
int visibility,
double thickness) |
DXFPoint(DXFPoint newPoint) |
DXFPoint(Point2D.Double p) |
DXFPoint(Point2D.Double p,
int c,
DXFLayer l,
int visibility,
float thickness) |
| Modifier and Type | Method and Description |
|---|---|
DXFEntity |
clone() |
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
static DXFPoint |
read(DXFLineNumberReader br,
DXFUnivers univers) |
void |
setX(double x) |
void |
setY(double y) |
com.vividsolutions.jts.geom.Coordinate |
toCoordinate() |
String |
toString(double x,
double y,
int visibility,
int c,
double thickness) |
DXFEntity |
translate(double x,
double y) |
void |
updateGeometry() |
double |
X() |
double |
Y() |
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 Point2D.Double _point
public DXFPoint(DXFPoint newPoint)
public DXFPoint(Point2D.Double p, int c, DXFLayer l, int visibility, float thickness)
public DXFPoint(Point2D.Double p)
public DXFPoint()
public DXFPoint(double x,
double y,
int c,
DXFLayer l,
int visibility,
double thickness)
public void setX(double x)
public void setY(double y)
public double X()
public double Y()
public static DXFPoint read(DXFLineNumberReader br, DXFUnivers univers) throws NumberFormatException, IOException
NumberFormatExceptionIOExceptionpublic com.vividsolutions.jts.geom.Geometry getGeometry()
getGeometry in class DXFEntitypublic void updateGeometry()
updateGeometry in class DXFEntitypublic com.vividsolutions.jts.geom.Coordinate toCoordinate()
public String toString(double x, double y, int visibility, int c, double thickness)
Copyright © 2018 B3Partners B.V.. All rights reserved.