public static class SVGHints.Key extends RenderingHints.Key
SVGGraphics2D class.| Constructor and Description |
|---|
Key(int privateKey)Creates a new instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean | isCompatibleValue(Object val)Returns true if val is a value that is compatible with this key, and
false otherwise. |
equals, hashCode, intKeypublic Key(int privateKey)
privateKey - the private key.public boolean isCompatibleValue(Object val)
true if val is a value that is compatible with this key, and
false otherwise.isCompatibleValue in class RenderingHints.Keyval - the value.