- java.lang.Object
-
- java.awt.RenderingHints.Key
-
- org.jfree.svg.SVGHints.Key
-
- Enclosing class:
- SVGHints
public static class SVGHints.Key extends java.awt.RenderingHints.Key
A key for hints used by theSVGGraphics2D
class.
-
-
Constructor Summary
Constructors Constructor Description Key(int privateKey)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompatibleValue(java.lang.Object val)
Returnstrue
ifval
is a value that is compatible with this key, andfalse
otherwise.
-