| 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract RenderingHints |
Graphics2D.getRenderingHints()
Gets the preferences for the rendering algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingHints.add(RenderingHints
Adds all of the keys and corresponding values from the specified
RenderingHints object to this
RenderingHints object.
|
CompositeContext |
Composite.createContext(ColorModel
Creates a context containing state that is used to perform the compositing operation.
|
CompositeContext |
AlphaComposite.createContext(ColorModel
Creates a context for the compositing operation.
|
PaintContext |
GradientPaint.createContext(ColorModel
Creates and returns a
PaintContext used to generate a linear color gradient pattern.
|
PaintContext |
LinearGradientPaint.createContext(ColorModel
Creates and returns a
PaintContext used to generate a linear color gradient pattern.
|
PaintContext |
Paint.createContext(ColorModel
Creates and returns a
PaintContext used to generate the color pattern.
|
PaintContext |
Color.createContext(ColorModel
Creates and returns a
PaintContext used to generate a solid color field pattern.
|
PaintContext |
TexturePaint.createContext(ColorModel
Creates and returns a
PaintContext used to generate a tiled image pattern.
|
PaintContext |
RadialGradientPaint.createContext(ColorModel
Creates and returns a
PaintContext used to generate a circular radial color gradient pattern.
|
| Modifier and Type | Method and Description |
|---|---|
RenderingHints |
ConvolveOp.getRenderingHints()
Returns the rendering hints for this op.
|
RenderingHints |
BandCombineOp.getRenderingHints()
Returns the rendering hints for this operation.
|
RenderingHints |
RescaleOp.getRenderingHints()
Returns the rendering hints for this op.
|
RenderingHints |
ColorConvertOp.getRenderingHints()
Returns the rendering hints used by this op.
|
RenderingHints |
AffineTransformOp.getRenderingHints()
Returns the rendering hints used by this transform operation.
|
RenderingHints |
BufferedImageOp.getRenderingHints()
Returns the rendering hints for this operation.
|
RenderingHints |
LookupOp.getRenderingHints()
Returns the rendering hints for this op.
|
RenderingHints |
RasterOp.getRenderingHints()
Returns the rendering hints for this RasterOp.
|
| Constructor and Description | |
|---|---|
AffineTransformOp(AffineTransform
Constructs an
AffineTransformOp given an affine transform.
|
|
BandCombineOp(float[][] matrix, RenderingHints
Constructs a
BandCombineOp with the specified matrix.
|
|
ColorConvertOp(ColorSpace
Constructs a new ColorConvertOp from two ColorSpace objects.
|
|
ColorConvertOp(ColorSpace
Constructs a new ColorConvertOp from a ColorSpace object.
|
|
ColorConvertOp(ICC_Profile
Constructs a new ColorConvertOp from an array of ICC_Profiles.
|
|
ColorConvertOp(RenderingHints
Constructs a new ColorConvertOp which will convert from a source color space to a destination color space.
|
|
ConvolveOp(Kernel
Constructs a ConvolveOp given a Kernel, an edge condition, and a RenderingHints object (which may be null).
|
|
LookupOp(LookupTable
Constructs a
LookupOp object given the lookup table and a
RenderingHints object, which might be
null.
|
|
RescaleOp(float[] scaleFactors, float[] offsets, RenderingHints
Constructs a new RescaleOp with the desired scale factors and offsets.
|
|
RescaleOp(float scaleFactor, float offset, RenderingHints
Constructs a new RescaleOp with the desired scale factor and offset.
|
| Modifier and Type | Method and Description |
|---|---|
RenderingHints |
RenderContext.getRenderingHints()
Gets the rendering hints of this
RenderContext.
|
| Modifier and Type | Method and Description |
|---|---|
RenderedImage |
RenderedImageFactory.create(ParameterBlock
Creates a RenderedImage representing the results of an imaging operation (or chain of operations) for a given ParameterBlock and RenderingHints.
|
RenderedImage |
RenderableImageOp.createScaledRendering(int w, int h, RenderingHints
Creates a RenderedImage instance of this image with width w, and height h in pixels.
|
RenderedImage |
RenderableImage.createScaledRendering(int w, int h, RenderingHints
Creates a RenderedImage instance of this image with width w, and height h in pixels.
|
void |
RenderContext.setRenderingHints(RenderingHints
Sets the rendering hints of this
RenderContext.
|
| Constructor and Description | |
|---|---|
RenderContext(AffineTransform
Constructs a RenderContext with a given transform and rendering hints.
|
|
RenderContext(AffineTransform
Constructs a RenderContext with a given transform.
|