Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT internal-Mandriva-19.202.56.2mdv2008.0

Uses of Class
java.awt.RenderingHints

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

Uses of RenderingHints in java.awt
 

Methods in java.awt that return RenderingHints
abstract  RenderingHints Graphics2D.getRenderingHints()
          Gets the preferences for the rendering algorithms.
 

Methods in java.awt with parameters of type RenderingHints
 void RenderingHints.add(RenderingHints hints)
          Adds all of the keys and corresponding values from the specified RenderingHints object to this RenderingHints object.
 CompositeContext AlphaComposite.createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
          Creates a context for the compositing operation.
 CompositeContext Composite.createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
          Creates a context containing state that is used to perform the compositing operation.
 PaintContext LinearGradientPaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform transform, RenderingHints hints)
          Creates and returns a PaintContext used to generate the color pattern.
 PaintContext TexturePaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
          Creates and returns a context used to generate the color pattern.
 PaintContext RadialGradientPaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform transform, RenderingHints hints)
          Creates and returns a PaintContext used to generate the color pattern.
 PaintContext GradientPaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
          Creates and returns a context used to generate the color pattern.
 PaintContext Paint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
          Creates and returns a PaintContext used to generate the color pattern.
 PaintContext Color.createContext(ColorModel cm, Rectangle r, Rectangle2D r2d, AffineTransform xform, RenderingHints hints)
          Creates and returns a PaintContext used to generate a solid color pattern.
 

Uses of RenderingHints in java.awt.image
 

Methods in java.awt.image that return RenderingHints
 RenderingHints RescaleOp.getRenderingHints()
          Returns the rendering hints for this op.
 RenderingHints LookupOp.getRenderingHints()
          Returns the rendering hints for this op.
 RenderingHints ConvolveOp.getRenderingHints()
          Returns the rendering hints for this op.
 RenderingHints BandCombineOp.getRenderingHints()
          Returns the rendering hints for this operation.
 RenderingHints RasterOp.getRenderingHints()
          Returns the rendering hints for this RasterOp.
 RenderingHints AffineTransformOp.getRenderingHints()
          Returns the rendering hints used by this transform operation.
 RenderingHints BufferedImageOp.getRenderingHints()
          Returns the rendering hints for this operation.
 

Constructors in java.awt.image with parameters of type RenderingHints
AffineTransformOp(AffineTransform xform, RenderingHints hints)
          Constructs an AffineTransformOp given an affine transform.
BandCombineOp(float[][] matrix, RenderingHints hints)
          Constructs a BandCombineOp with the specified matrix.
ConvolveOp(Kernel kernel, int edgeCondition, RenderingHints hints)
          Constructs a ConvolveOp given a Kernel, an edge condition, and a RenderingHints object (which may be null).
LookupOp(LookupTable lookup, RenderingHints hints)
          Constructs a LookupOp object given the lookup table and a RenderingHints object, which might be null.
RescaleOp(float[] scaleFactors, float[] offsets, RenderingHints hints)
          Constructs a new RescaleOp with the desired scale factors and offsets.
RescaleOp(float scaleFactor, float offset, RenderingHints hints)
          Constructs a new RescaleOp with the desired scale factor and offset.
 


Java™ Platform
Standard Ed. 7

DRAFT internal-Mandriva-19.202.56.2mdv2008.0

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.