Package com.jsevy.jdxf
Class DXFHatch
- java.lang.Object
-
- com.jsevy.jdxf.DXFDatabaseObject
-
- com.jsevy.jdxf.DXFEntity
-
- com.jsevy.jdxf.DXFHatch
-
-
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 line segment.-
Methods inherited from class com.jsevy.jdxf.DXFEntity
getDXFHatchInfo, getDXFLineWeight, setPrecisionDigits
-
Methods inherited from class com.jsevy.jdxf.DXFDatabaseObject
getHandle, getHandleCount
-
-
-
-
Constructor Detail
-
DXFHatch
public DXFHatch(java.util.Vector<java.util.Vector<DXFEntity>> boundaries, java.awt.Color color)
Create a Hatch with the supplied list of boundaries- Parameters:
boundaries
- The boundaries of the hatch, as a vector of vectors of DXF entitiescolor
- The color of the hatch
-
-
Method Detail
-
toDXFString
public java.lang.String toDXFString()
Implementation of DXFObject interface method; creates DXF text representing the line segment.- Specified by:
toDXFString
in interfaceDXFObject
- Overrides:
toDXFString
in classDXFEntity
-
-