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:KEY_USE_FX_FONT_METRICSthat controls whether JavaFX font metrics or Java2D font metrics are used.
- Since:
- 1.5
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFXHints.KeyA key for hints used by theFXGraphics2Dclass. -
Field Summary
Fields Modifier and Type Field Description static FXHints.KeyKEY_USE_FX_FONT_METRICSThe key for the hint that controls whether JavaFX font metrics are used (better matching to rendering engine) or Java2D font metrics. -
Method Summary
-
Field Details
-
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. ABooleanvalue (ornull) can be assigned as the value for this key.
-