API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. RenderingHints.Key View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      RenderingHints.Key
Implements
Subclasses
Description
publicabstractstatic abstract class RenderingHints.Key
  Defines the base type of all keys used along with the RenderingHints class to control various algorithm choices in the rendering and imaging pipelines.
See also:   
Constructors
protected RenderingHints.Key (int privatekey)
  Construct a key using the indicated private key.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object o)
The equals method for all Key objects will return the same result as the equality operator '=='.
publicfinal int hashCode ()
The hash code for all Key objects will be the same as the system identity code of the object as defined by the System.identityHashCode() method.
protectedfinal int intKey ()
  Returns the private integer key that the subclass instantiated this Key with.
publicabstract boolean isCompatibleValue (Object val)
  Returns true if the specified object is a valid value for this Key.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar