org.jfree.graphics2d.svg
Class SVGHints.Key

java.lang.Object
  extended by java.awt.RenderingHints.Key
      extended by 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.
 
Methods inherited from class java.awt.RenderingHints.Key
equals, hashCode, intKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGHints.Key

public SVGHints.Key(int privateKey)
Creates a new instance.

Parameters:
privateKey - the private key.
Method Detail

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.