GNU Classpath (0.20) | |
Frames | No Frames |
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 |
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) Create the context necessary for performing the color pattern generation.
|
CompositeContext | AlphaComposite.createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) Create a context state for performing the compositing operation. |
CompositeContext | Create a context state for performing the compositing operation. |
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 image color space to destination image color space.
| |
Convert BufferedImage through a ColorSpace.
| |
Convert from a source image destination image color space.
| |
Construct a ConvolveOp.
| |
Construct a new LookupOp.
| |
Methods with return type java.awt.RenderingHints | |
RenderingHints | Returns rendering hints that are used during transformation.
|
RenderingHints | |
RenderingHints | |
RenderingHints | Return the rendering hints for this op. |
RenderingHints | |
RenderingHints | |
RenderingHints | |
RenderingHints |
GNU Classpath (0.20) |