Class FXGraphicsConfiguration

java.lang.Object
java.awt.GraphicsConfiguration
pamViewFX.fxgraphics2d.FXGraphicsConfiguration

public class FXGraphicsConfiguration extends GraphicsConfiguration
A graphics configuration for the FXGraphics2D class.
  • Constructor Details

    • FXGraphicsConfiguration

      public FXGraphicsConfiguration(int width, int height)
      Creates a new instance.
      Parameters:
      width - the width of the bounds.
      height - the height of the bounds.
  • Method Details