Package org.jfree.svg

Class SVGGraphicsDevice

java.lang.Object
java.awt.GraphicsDevice
org.jfree.svg.SVGGraphicsDevice

public class SVGGraphicsDevice extends GraphicsDevice
A graphics device for JFreeSVG.
  • Constructor Details

    • SVGGraphicsDevice

      public SVGGraphicsDevice(String id, GraphicsConfiguration defaultConfig)
      Creates a new instance.
      Parameters:
      id - the id.
      defaultConfig - the default configuration.
  • Method Details