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