Java org.jfree.graphics2d.svg SVGGraphics2D fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.graphics2d.svg SVGGraphics2D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.graphics2d.svg SVGGraphics2D.

The text is from its open source code.

Constructor

SVGGraphics2D(int width, int height)
Creates a new instance with the specified width and height.

Method

Graphicscreate()
Creates a new graphics object that is a copy of this graphics object (except that it has not accumulated the drawing operations).
StringgetSVGElement()
Returns the SVG element that has been generated by calls to this Graphics2D implementation.
voidsetRenderingHint(RenderingHints.Key hintKey, Object hintValue)
Sets the value for a hint.