Package org.jfree.fx

Class FXHints

java.lang.Object
org.jfree.fx.FXHints

public final class FXHints
extends Object
Defines the rendering hints that can be used with the FXGraphics2D class. There is just one hint defined at present:
Since:
1.5
  • Field Details

    • KEY_USE_FX_FONT_METRICS

      public static final FXHints.Key KEY_USE_FX_FONT_METRICS
      The key for the hint that controls whether JavaFX font metrics are used (better matching to rendering engine) or Java2D font metrics. A Boolean value (or null) can be assigned as the value for this key.