java.awt
public abstract static class RenderingHints.Key extends Object
Constructor Summary | |
---|---|
protected | Key(int privateKey)
Creates a new key.
|
Method Summary | |
---|---|
boolean | equals(Object other)
Checks this key for equality with an arbitrary object.
|
int | hashCode()
Returns a hash code for the key.
|
protected int | intKey()
Returns the private key for this instance.
|
abstract boolean | isCompatibleValue(Object value)
Returns true if the specified value is compatible with
this key, and false otherwise.
|
Parameters: privateKey the private key.
Parameters: other the object (null
permitted)
Returns: A boolean.
Returns: A hash code.
Returns: The private key.
true
if the specified value is compatible with
this key, and false
otherwise.
Parameters: value the value (null
permitted).
Returns: A boolean.