Class FXGraphicsDevice

java.lang.Object
java.awt.GraphicsDevice
pamViewFX.fxgraphics2d.FXGraphicsDevice

public class FXGraphicsDevice extends GraphicsDevice
A graphics device for FXGraphics2D.
  • Constructor Details

    • FXGraphicsDevice

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