java.lang.Object
java.awt.RenderingHints.Key
org.jfree.fx.FXHints.Key
- Enclosing class:
- FXHints
public static class FXHints.Key extends RenderingHints.Key
A key for hints used by the
FXGraphics2D class.-
Constructor Summary
Constructors Constructor Description Key(int privateKey) -
Method Summary
Modifier and Type Method Description booleanisCompatibleValue(Object val)Returnstrueifvalis a value that is compatible with this key, andfalseotherwise.
-
Constructor Details
-
Method Details
-
isCompatibleValue
Returnstrueifvalis a value that is compatible with this key, andfalseotherwise.- Specified by:
isCompatibleValuein classRenderingHints.Key- Parameters:
val- the value.- Returns:
- A boolean.
-