GNU Classpath (0.95) | |
Frames | No Frames |
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 | GradientPaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) 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 | SystemColor.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) Returns a paint context, used for filling areas of a raster scan with
the current value of this system color. |
PaintContext | TexturePaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) 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 | Create a context state for performing the compositing operation. |
Methods with return type java.awt.RenderingHints | |
RenderingHints | Returns the current rendering hints.
|
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 |
Constructors with parameter type java.awt.RenderingHints | |
Construct AffineTransformOp with the given xform and rendering hints.
| |
Construct a BandCombineOp.
| |
Convert from source color space to destination color space.
| |
Convert a BufferedImage through a ColorSpace.
| |
Convert from a source colorspace to a destination colorspace.
| |
Convert from a source colorspace to a destinatino colorspace.
| |
Construct a ConvolveOp.
| |
Construct a new LookupOp using the given LookupTable.
| |
Create a new RescaleOp object using the given scale factor and offset.
| |
Create a new RescaleOp object using the given scale factors and offsets.
|
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 | Returns 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.
|
GNU Classpath (0.95) |