public static class ChartHints.Key extends RenderingHints.Key
| Constructor and Description |
|---|
Key(int privateKey)
Creates a new key.
|
| 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, hashCodepublic 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.Jas4pp 1.5 © Java Analysis Studio for Particle Physics