Frames | No Frames |
Methods with parameter type java.awt.image.Raster | |
void | Notifies the backend that the raster has changed in the specified
rectangular area. |
Constructors with parameter type java.awt.image.Raster | |
Construct an IIOImage containing raster image data, thumbnails
and metadata.
|
Fields of type java.awt.image.Raster | |
Raster | Image data as a Raster. null if this IIOImage uses the
RenderedImage representation.
|
Methods with parameter type java.awt.image.Raster | |
void | Replace a region of an image in the output stream with a portion
of the given raster data. |
void | Set the raster data for this image. |
Methods with return type java.awt.image.Raster | |
Raster | Retrieve the raster image data stored in this IIOImage or null if
this image stores data using the RenderedImage representation.
|
Raster | Read raw raster data. |
Raster | ImageReader.readTileRaster(int imageIndex, int tileX, int tileY) Read the given tile into a raster containing the raw image data.
|
Classes derived from java.awt.image.Raster | |
class | A raster with methods to support updating pixel values.
|
Constructors with parameter type java.awt.image.Raster | |
Raster.Raster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, Raster parent) Creates a new raster.
|
Fields of type java.awt.image.Raster | |
Raster | The raster's parent. |
Methods with parameter type java.awt.image.Raster | |
BufferedImage | Construct a BufferedImage with rgb pixel values from a
Raster .
|
WritableRaster | Creates a new WritableRaster with the size equal to the transformed
source raster and correct number of bands .
|
WritableRaster | Creates a new WritableRaster that can be used as the destination for this
Op. |
WritableRaster | Creates a new WritableRaster with the size equal to the source and the
correct number of bands.
|
WritableRaster | |
WritableRaster | Returns a raster that can be used by this RasterOp as the
destination raster when operating on the specified source raster.
|
WritableRaster | Returns a raster that can be used by this RasterOp as the
destination raster when operating on the specified source raster.
|
WritableRaster | Returns a raster that can be used by this RasterOp as the
destination raster when operating on the specified source raster.
|
WritableRaster | Transforms source raster using transform specified at the constructor.
|
WritableRaster | Filter Raster pixels through a matrix. |
WritableRaster | Converts the source raster using the conversion path specified in the
constructor. |
WritableRaster | Converts the source raster using the kernel specified in the constructor.
|
WritableRaster | Filter a raster through a lookup table.
|
WritableRaster | Performs an operation on the source raster, returning the result in a
writable raster. |
WritableRaster | Performs an operation on the source raster, returning the result in a
writable raster. |
Rectangle2D | Returns bounds of the transformed raster.
|
Rectangle2D | Returns the bounds of the destination raster on the basis of this
RasterOp being applied to the specified source raster.
|
Rectangle2D | Returns the corresponding destination boundary of a source boundary.
|
Rectangle2D | |
Rectangle2D | Returns the bounds of the destination raster on the basis of this
RasterOp being applied to the specified source raster.
|
Rectangle2D | Returns the bounds of the destination raster on the basis of this
RasterOp being applied to the specified source raster.
|
Rectangle2D | Returns the bounds of the destination raster on the basis of this
RasterOp being applied to the specified source raster.
|
boolean | Checks if the given raster has a compatible data-layout (SampleModel).
|
boolean | |
boolean | |
void | |
void | |
void | |
void | |
void |
Methods with return type java.awt.image.Raster | |
Raster | Raster.createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int[] bandList) |
Raster | WritableRaster.createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int[] bandList) |
Raster | Creates a new raster.
|
Raster | Raster.createTranslatedChild(int childMinX, int childMinY) |
Raster | |
Raster | |
Raster | |
Raster | |
Raster | Returns the raster's parent.
|
Raster | BufferedImage.getTile(int tileX, int tileY) |
Raster | RenderedImage.getTile(int x, int y) |
Methods with parameter type java.awt.image.Raster | |
void | Performs compositing according to the rules specified in the
AlphaComposite from the constructor.
|
void | Notifies the backend that the raster has changed in the specified
rectangular area. |
Methods with return type java.awt.image.Raster | |
Raster | TexturePaintContext.getRaster(int x1, int y1, int w, int h) Returns the Raster that is used for painting.
|
Methods with parameter type java.awt.image.Raster | |
void | Compose the two source images into the composite image. |
Methods with return type java.awt.image.Raster | |
Raster | PaintContext.getRaster(int x, int y, int w, int h) Return a raster containing the colors for the graphics operation.
|
Methods with parameter type java.awt.image.Raster | |
WritableRaster | Returns a raster that can be used by this RasterOp as the
destination raster when operating on the specified source raster.
|
WritableRaster | Performs an operation on the source raster, returning the result in a
writable raster. |
Rectangle2D | Returns the bounds of the destination raster on the basis of this
RasterOp being applied to the specified source raster.
|
Methods with return type java.awt.image.Raster | |
Raster | GradientPaintContext.getRaster(int x, int y, int w, int h) Return a raster containing the colors for the graphics operation.
|
Classes derived from java.awt.image.Raster | |
class | CairoSurface - wraps a Cairo surface.
|
Methods with parameter type java.awt.image.Raster | |
int[] | Used by drawRaster and GdkPixbufDecoder
|
Methods with return type java.awt.image.Raster | |
Raster | CairoSurface.createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int[] bandList) |
Raster | CairoSurface.createTranslatedChild(int childMinX, int childMinY) |