Constructor and Description |
---|
DXFCircle(RealPoint center,
double radius,
java.awt.Graphics2D graphics)
* Create a circular arc from the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDXFHatchInfo() |
java.lang.String |
toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the circle.
|
getDXFLineWeight
getHandle, getHandleCount
public DXFCircle(RealPoint center, double radius, java.awt.Graphics2D graphics)
center
- Center of the circle, as a RealPointradius
- Radius of the circlegraphics
- The graphics object specifying parameters for the arc (color, thickness)public java.lang.String toDXFString()
toDXFString
in interface DXFObject
toDXFString
in class DXFEntity
public java.lang.String getDXFHatchInfo()
getDXFHatchInfo
in class DXFEntity