org.jfree.graphics2d.svg
Class SVGHints.Key
java.lang.Object
java.awt.RenderingHints.Key
org.jfree.graphics2d.svg.SVGHints.Key
- Enclosing class:
- SVGHints
public static class SVGHints.Key
- extends RenderingHints.Key
A key for hints used by the SVGGraphics2D class.
|
Constructor Summary |
SVGHints.Key(int privateKey)
Creates a new instance. |
|
Method Summary |
boolean |
isCompatibleValue(Object val)
Returns true if val is a value that is
compatible with this key, and false otherwise. |
SVGHints.Key
public SVGHints.Key(int privateKey)
- Creates a new instance.
- Parameters:
privateKey - the private key.
isCompatibleValue
public boolean isCompatibleValue(Object val)
- Returns
true if val is a value that is
compatible with this key, and false otherwise.
- Specified by:
isCompatibleValue in class RenderingHints.Key
- Parameters:
val - the value.
- Returns:
- A boolean.
Copyright © 2015. All rights reserved.