Java Platform 1.2

Uses of Class
java.awt.RenderingHints.Key

Packages that use RenderingHints.Key
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
 

Uses of RenderingHints.Key in java.awt
 

Fields in java.awt declared as RenderingHints.Key
static RenderingHints.Key RenderingHints.KEY_ANTIALIASING
          Antialiasing hint key
static RenderingHints.Key RenderingHints.KEY_RENDERING
          Rendering hint key
static RenderingHints.Key RenderingHints.KEY_DITHERING
          Dithering hint key
static RenderingHints.Key RenderingHints.KEY_TEXT_ANTIALIASING
          Text antialiasing hint key
static RenderingHints.Key RenderingHints.KEY_FRACTIONALMETRICS
          Font fractional metrics hint key
static RenderingHints.Key RenderingHints.KEY_INTERPOLATION
          Interpolation hint key
static RenderingHints.Key RenderingHints.KEY_ALPHA_INTERPOLATION
          Alpha interpolation hint key
static RenderingHints.Key RenderingHints.KEY_COLOR_RENDERING
          Color rendering hint key
 

Methods in java.awt with parameters of type RenderingHints.Key
abstract  void Graphics2D.setRenderingHint(RenderingHints.Key hintKey, Object hintValue)
          Sets the value of a single preference for the rendering algorithms.
abstract  Object Graphics2D.getRenderingHint(RenderingHints.Key hintKey)
          Returns the value of a single preference for the rendering algorithms.
 

Constructors in java.awt with parameters of type RenderingHints.Key
RenderingHints.RenderingHints(RenderingHints.Key key, Object value)
          Constructs a new object with the specified key/value pair.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.