Class PDFGraphicsDevice

java.lang.Object
java.awt.GraphicsDevice
org.jfree.pdf.PDFGraphicsDevice

public class PDFGraphicsDevice extends GraphicsDevice
A graphics device for use in the PDFGraphicsConfiguration class.
  • Constructor Details

    • PDFGraphicsDevice

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