java.lang.Object
java.awt.RenderingHints.Key
com.github.weisj.jsvg.SVGRenderingHints.Key
- Enclosing class:
SVGRenderingHints
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Key
(int privateKey) Construct a key using the indicated private key. -
Method Summary
Methods inherited from class java.awt.RenderingHints.Key
equals, hashCode, intKey
-
Constructor Details
-
Key
private Key(int privateKey) Construct a key using the indicated private key. Each subclass of Key maintains its own unique domain of integer keys. No two objects with the same integer key and of the same specific subclass can be constructed. An exception will be thrown if an attempt is made to construct another object of a given class with the same integer key as a pre-existing instance of that subclass of Key.- Parameters:
privateKey
- the specified key
-
-
Method Details
-
isCompatibleValue
- Specified by:
isCompatibleValue
in classRenderingHints.Key
-