Methods Summary |
---|
public java.awt.image.WritableRaster | createCompatibleDestRaster(java.awt.image.Raster src)Creates a zeroed destination Raster with the correct size and number of
bands.
The IllegalArgumentException may be thrown if the source Raster
is incompatible with the types of Rasters allowed
by the class implementing this filter.
|
public java.awt.image.WritableRaster | filter(java.awt.image.Raster src, java.awt.image.WritableRaster dest)Performs a single-input/single-output operation from a source Raster
to a destination Raster. If the destination Raster is null, a
new Raster will be created. The IllegalArgumentException may be thrown
if the source and/or destination Raster is incompatible with the types
of Rasters allowed by the class implementing this filter.
|
public java.awt.geom.Rectangle2D | getBounds2D(java.awt.image.Raster src)Returns the bounding box of the filtered destination Raster.
The IllegalArgumentException may be thrown if the source Raster
is incompatible with the types of Rasters allowed
by the class implementing this filter.
|
public java.awt.geom.Point2D | getPoint2D(java.awt.geom.Point2D srcPt, java.awt.geom.Point2D dstPt)Returns the location of the destination point given a
point in the source Raster. If dstPt is non-null, it
will be used to hold the return value.
|
public java.awt.RenderingHints | getRenderingHints()Returns the rendering hints for this RasterOp. Returns
null if no hints have been set.
|