Modifier and Type | Method and Description |
---|---|
DXFGraphics |
DXFGraphics.create()
Creates a new DXFGraphics object that is a copy of this DXFGraphics object.
|
DXFGraphics |
DXFGraphics.create(int x,
int y,
int width,
int height)
Creates a new DXFGraphics object based on this DXFGraphics object, but with a new translation.
|
DXFGraphics |
DXFDocument.getGraphics()
Get the DXFGraphics associated with this document for use with standard Graphics drawing operations to generate
a DXF text representation.
|