JavaScript is disabled on your browser.
Uses of Class
java.awt.RenderingHints
-
Packages that use RenderingHints
Package |
Description |
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.
|
-
-
Methods in java.awt with parameters of type RenderingHints
Modifier and Type |
Method |
Description |
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.
|
PaintContext |
Color.createContext (ColorModel cm,
Rectangle r,
Rectangle2D r2d,
AffineTransform xform,
RenderingHints hints) |
Creates and returns a PaintContext used to
generate a solid color field pattern.
|
CompositeContext |
Composite.createContext (ColorModel srcColorModel,
ColorModel dstColorModel,
RenderingHints hints) |
Creates a context containing state that is used to perform
the compositing operation.
|
PaintContext |
GradientPaint.createContext (ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform xform,
RenderingHints hints) |
Creates and returns a PaintContext used to
generate a linear color gradient pattern.
|
PaintContext |
LinearGradientPaint.createContext (ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform transform,
RenderingHints hints) |
Creates and returns a PaintContext used to
generate a linear color gradient 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 |
RadialGradientPaint.createContext (ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform transform,
RenderingHints hints) |
Creates and returns a PaintContext used to
generate a circular radial color gradient pattern.
|
PaintContext |
TexturePaint.createContext (ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform xform,
RenderingHints hints) |
Creates and returns a PaintContext used to
generate a tiled image pattern.
|
-
Constructors in java.awt.image with parameters of type RenderingHints
Constructor |
Description |
AffineTransformOp (AffineTransform xform,
RenderingHints hints) |
Constructs an AffineTransformOp given an affine transform.
|
BandCombineOp (float[][] matrix,
RenderingHints hints) |
Constructs a BandCombineOp with the specified matrix.
|
ColorConvertOp (ColorSpace srcCspace,
ColorSpace dstCspace,
RenderingHints hints) |
Constructs a new ColorConvertOp from two ColorSpace objects.
|
ColorConvertOp (ColorSpace cspace,
RenderingHints hints) |
Constructs a new ColorConvertOp from a ColorSpace object.
|
ColorConvertOp (ICC_Profile[] profiles,
RenderingHints hints) |
Constructs a new ColorConvertOp from an array of ICC_Profiles.
|
ColorConvertOp (RenderingHints hints) |
Constructs a new ColorConvertOp which will convert
from a source color space to a destination color space.
|
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.
|
-
Scripting on this page tracks web page traffic, but does not change the content in any way.