- 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 theSVGGraphics2Dclass.
-
-
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 booleanisCompatibleValue(java.lang.Object val)Returnstrueifvalis a value that is compatible with this key, andfalseotherwise.
-
-
-
Constructor Detail
-
Key
public Key(int privateKey)
Creates a new instance.- Parameters:
privateKey- the private key.
-
-
Method Detail
-
isCompatibleValue
public boolean isCompatibleValue(java.lang.Object val)
Returnstrueifvalis a value that is compatible with this key, andfalseotherwise.- Specified by:
isCompatibleValuein classjava.awt.RenderingHints.Key- Parameters:
val- the value.- Returns:
- A boolean.
-
-