Class SVGHints.Key
java.lang.Object
java.awt.RenderingHints.Key
org.jfree.graphics2d.svg.SVGHints.Key
-
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
-
-
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.
-