Uses of Class
com.jsevy.jdxf.DXFGraphics
-
-
Uses of DXFGraphics in com.jsevy.jdxf
Methods in com.jsevy.jdxf that return DXFGraphics Modifier and Type Method 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.
-