KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > RenderingHints.Key

java.awt
Class RenderingHints.Key

java.lang.Object
  extended by java.awt.RenderingHints.Key
Enclosing class:
RenderingHints
See Also:
Top Examples, Source Code

public final boolean equals(Object o)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected final int intKey()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean isCompatibleValue(Object val)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected RenderingHints.Key(int privatekey)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags