Package com.jsevy.jdxf
Class DXFPoint
- java.lang.Object
-
- com.jsevy.jdxf.DXFDatabaseObject
-
- com.jsevy.jdxf.DXFEntity
-
- com.jsevy.jdxf.DXFPoint
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the point.-
Methods inherited from class com.jsevy.jdxf.DXFEntity
getDXFHatchInfo, getDXFLineWeight, setPrecisionDigits
-
Methods inherited from class com.jsevy.jdxf.DXFDatabaseObject
getHandle, getHandleCount
-
-
-
-
Constructor Detail
-
DXFPoint
public DXFPoint(RealPoint point, java.awt.Graphics2D graphics)
Create a point. The graphical representation of the point depends on the supplied Paint object, which specifies the size of the point through the line thickness.- Parameters:
point
- Location of the pointgraphics
- The graphics object specifying parameters for this entity (color, thickness)
-
-
Method Detail
-
toDXFString
public java.lang.String toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the point.- Specified by:
toDXFString
in interfaceDXFObject
- Overrides:
toDXFString
in classDXFEntity
-
-