| Constructor and Description |
|---|
DXFPoint(RealPoint point,
Paint paint)
Create a point.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the point.
|
public DXFPoint(RealPoint point, Paint paint)
point - Location of the pointpaint - The graphical Paint object specifying parameters for the point (color, thickness)public String toDXFString()
toDXFString in interface DXFObject