Modifier and Type | Class and Description |
---|---|
class |
DXFArc
Graphical entity representing a circular arc.
|
class |
DXFBlock
Class representing a block for use in BLOCKs table.
|
class |
DXFBlockEnd
Class representing a block end object for use with block in BLOCKs table.
|
class |
DXFCircle
Class representing a DXF circle.
|
class |
DXFEllipse
Class representing an elliptical arc.
|
class |
DXFHatch
Class representing a line segment.
|
class |
DXFLine
Class representing a line segment.
|
class |
DXFLWPolyline
Class representing a set of line segments defining a (possibly closed) polygon.
|
class |
DXFPoint
Class representing a simple point in a diagram.
|
class |
DXFSpline
Class representing a general B-spline
|
class |
DXFText
Class representing DXF text, located at a specified position and having specified style (font, size).
|
Modifier and Type | Method and Description |
---|---|
void |
DXFDocument.addEntity(DXFEntity entity)
Utility method used by the associated DXFGraphics object.
|
Constructor and Description |
---|
DXFHatch(java.util.Vector<DXFEntity> boundary,
java.awt.Color color)
Create a Hatch with the supplied boundary
|