Constructor and Description |
---|
DXFPoint(RealPoint point,
java.awt.Graphics2D graphics)
Create a point.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the point.
|
getDXFHatchInfo, getDXFLineWeight
getHandle, getHandleCount
public DXFPoint(RealPoint point, java.awt.Graphics2D graphics)
point
- Location of the pointgraphics
- The graphics object specifying parameters for this entity (color, thickness)public java.lang.String toDXFString()
toDXFString
in interface DXFObject
toDXFString
in class DXFEntity