JavaTM 2 Platform
Standard Edition

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. 
java.awt.image.renderable Provides classes and interfaces for producing rendering-independent 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
 CompositeContext AlphaComposite.createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
          Creates a context for the compositing operation.
 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 GradientPaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
          Creates and returns a context used to generate the color pattern.
 void RenderingHints.add(RenderingHints hints)
          Adds all of the keys and corresponding values from the specified RenderingHints object to this RenderingHints object.
 PaintContext Color.createContext(ColorModel cm, Rectangle r, Rectangle2D r2d, AffineTransform xform, RenderingHints hints)
          Create and return a PaintContext used to generate a solid color pattern.
 PaintContext SystemColor.createContext(ColorModel cm, Rectangle r, Rectangle2D r2d, AffineTransform xform, RenderingHints hints)
          Create and return a PaintContext used to generate a solid 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.
 CompositeContext Composite.createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
          Creates a context containing state that is used to perform the compositing operation.
 

Uses of RenderingHints in java.awt.image
 

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

Constructors in java.awt.image with parameters of type RenderingHints
LookupOp.LookupOp(LookupTable lookup, RenderingHints hints)
          Constructs a LookupOp object given the lookup table and a RenderingHints object (which may be null).
RescaleOp.RescaleOp(float[] scaleFactors, float[] offsets, RenderingHints hints)
          Constructs a new RescaleOp with the desired scale factors and offsets.
RescaleOp.RescaleOp(float scaleFactor, float offset, RenderingHints hints)
          Constructs a new RescaleOp with the desired scale factor and offset.
ColorConvertOp.ColorConvertOp(RenderingHints hints)
          Constructs a new ColorConvertOp which will convert from a source color space to a destination color space.
ColorConvertOp.ColorConvertOp(ColorSpace cspace, RenderingHints hints)
          Constructs a new ColorConvertOp from a ColorSpace object.
ColorConvertOp.ColorConvertOp(ColorSpace srcCspace, ColorSpace dstCspace, RenderingHints hints)
          Constructs a new ColorConvertOp from two ColorSpace objects.
ColorConvertOp.ColorConvertOp(ICC_Profile[] profiles, RenderingHints hints)
          Constructs a new ColorConvertOp from an array of ICC_Profiles.
BandCombineOp.BandCombineOp(float[][] matrix, RenderingHints hints)
          Constructs a BandCombineOp with the specified matrix.
ConvolveOp.ConvolveOp(Kernel kernel, int edgeCondition, RenderingHints hints)
          Constructs a ConvolveOp given a Kernel, an edge condition, and a RenderingHints object (which may be null).
AffineTransformOp.AffineTransformOp(AffineTransform xform, RenderingHints hints)
          Constructs an AffineTransformOp given an affine transform.
 

Uses of RenderingHints in java.awt.image.renderable
 

Methods in java.awt.image.renderable that return RenderingHints
 RenderingHints RenderContext.getRenderingHints()
          Gets the rendering hints of this RenderContext.
 

Methods in java.awt.image.renderable with parameters of type RenderingHints
 RenderedImage RenderableImageOp.createScaledRendering(int w, int h, RenderingHints hints)
          Creates a RenderedImage instance of this image with width w, and height h in pixels.
 void RenderContext.setRenderingHints(RenderingHints hints)
          Sets the rendering hints of this RenderContext.
 RenderedImage RenderedImageFactory.create(ParameterBlock paramBlock, RenderingHints hints)
          Creates a RenderedImage representing the results of an imaging operation (or chain of operations) for a given ParameterBlock and RenderingHints.
 RenderedImage RenderableImage.createScaledRendering(int w, int h, RenderingHints hints)
          Creates a RenderedImage instance of this image with width w, and height h in pixels.
 

Constructors in java.awt.image.renderable with parameters of type RenderingHints
RenderContext.RenderContext(AffineTransform usr2dev, Shape aoi, RenderingHints hints)
          Constructs a RenderContext with a given transform.
RenderContext.RenderContext(AffineTransform usr2dev, RenderingHints hints)
          Constructs a RenderContext with a given transform and rendering hints.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.