java.lang.Object
java.awt.RenderingHints.Key
org.jfree.svg.SVGHints.Key
- Enclosing class:
SVGHints
A key for hints used by the
SVGGraphics2D class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCompatibleValue(Object val) Returnstrueifvalis a value that is compatible with this key, andfalseotherwise.Methods inherited from class java.awt.RenderingHints.Key
equals, hashCode, intKey
-
Constructor Details
-
Key
Creates a new instance.- Parameters:
privateKey- the private key.
-
-
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.
-