Constructor and Description |
---|
DXFHatch(java.util.Vector<DXFEntity> boundary,
java.awt.Color color)
Create a Hatch with the supplied boundary
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the line segment.
|
getDXFHatchInfo, getDXFLineWeight
getHandle, getHandleCount
public DXFHatch(java.util.Vector<DXFEntity> boundary, java.awt.Color color)
boundary
- The boundary of the hatch, as a vector of DXF entitiescolor
- The color of the hatchpublic java.lang.String toDXFString()
toDXFString
in interface DXFObject
toDXFString
in class DXFEntity