Uses of Class
com.jsevy.jsvg.SVGGraphics
-
-
Uses of SVGGraphics in com.jsevy.jsvg
Methods in com.jsevy.jsvg that return SVGGraphics Modifier and Type Method Description SVGGraphicsSVGGraphics. create()Creates a new SVGGraphics object that is a copy of this SVGGraphics object.SVGGraphicsSVGGraphics. create(int x, int y, int width, int height)Creates a new SVGGraphics object based on this SVGGraphics object, but with a new translation.SVGGraphicsSVGDocument. getGraphics()Get the SVGGraphics associated with this document for use with standard Graphics drawing operations to generate an svg text representation.
-