Uses of Class java.awt.RenderingHints

Uses in package java.awt.image

Constructors with parameter type java.awt.RenderingHints

Construct AffineTransformOp with the given xform and rendering hints.
BandCombineOp.BandCombineOp(float[][] matrix, RenderingHints hints)
Construct a BandCombineOp.
Convert from source image color space to destination image color space.
Convert BufferedImage through a ColorSpace.
Convert from a source image destination image color space.
ConvolveOp.ConvolveOp(Kernel kernel, int edgeCondition, RenderingHints hints)
Construct a ConvolveOp.
Construct a new LookupOp.
RescaleOp.RescaleOp(float scaleFactor, float offset, RenderingHints hints)
RescaleOp.RescaleOp(float[] scaleFactors, float[] offsets, RenderingHints hints)

Methods with return type java.awt.RenderingHints

RenderingHints
Returns rendering hints that are used during transformation.
RenderingHints
Returns the rendering hints for this operation.
RenderingHints
Returns the rendering hints for this operation.
RenderingHints
Return the rendering hints for this op.
RenderingHints
Returns the rendering hints for this operation.
RenderingHints
Returns the rendering hints for this operation.
RenderingHints
Returns the rendering hints for this operation.
RenderingHints
Returns the rendering hints for this operation.

Uses in package java.awt.image.renderable

Constructors with parameter type java.awt.RenderingHints

Methods with parameter type java.awt.RenderingHints

RenderedImage
RenderedImage
RenderedImage
void

Methods with return type java.awt.RenderingHints

RenderingHints

Uses in package java.awt

Methods with parameter type java.awt.RenderingHints

void
Adds all the hints from a collection to this collection.
PaintContext
Color.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
Returns a paint context, used for filling areas of a raster scan with this color.
PaintContext
Returns the PaintContext used to generate the color pattern.
PaintContext
Paint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
Create the context necessary for performing the color pattern generation.
PaintContext
Returns a paint context, used for filling areas of a raster scan with the current value of this system color.
PaintContext
Creates the context used to paint the texture.
CompositeContext
AlphaComposite.createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
Creates a CompositeContext that can be used to perform compositing operations according to this AlphaComposite settings.
CompositeContext
Composite.createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
Create a context state for performing the compositing operation.

Methods with return type java.awt.RenderingHints

RenderingHints
Returns the current rendering hints.