public class DXFPoint extends DXFEntity
| Modifier and Type | Field and Description |
|---|---|
protected Point |
p |
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile| Constructor and Description |
|---|
DXFPoint() |
DXFPoint(double x,
double y,
double z) |
DXFPoint(Point p) |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds() |
double |
getLength()
Returns the length of the entity or 0 if the entity has no length
|
Point |
getPoint() |
java.lang.String |
getType() |
double |
getX() |
double |
getY() |
double |
getZ() |
void |
setPoint(Point p) |
void |
setX(double x) |
void |
setY(double y) |
void |
setZ(double z) |
getColor, getColorRGB, getDXFDocument, getExtrusion, getFlags, getID, getLayerName, getLineType, getLinetypeScaleFactor, getLineWeight, getThickness, getTransparency, isBlockEntity, isModelSpace, isOmitLineType, isVisibile, setBlockEntity, setColor, setColorRGB, setDXFDocument, setExtrusion, setExtrusionX, setExtrusionY, setExtrusionZ, setFlags, setID, setLayerName, setLineType, setLinetypeScaleFactor, setLineWeight, setModelSpace, setThickness, setTransparency, setVisibileprotected Point p
public DXFPoint()
public DXFPoint(double x,
double y,
double z)
public DXFPoint(Point p)
public double getX()
public void setX(double x)
x - The x to set.public double getY()
public void setY(double y)
y - The y to set.public double getZ()
public void setZ(double z)
z - The z to set.public Point getPoint()
public void setPoint(Point p)