| com.sun.media.jai.opimage.TransposeOpImage com.sun.media.jai.opimage.TransposeBinaryOpImage
TransposeBinaryOpImage | final class TransposeBinaryOpImage extends TransposeOpImage (Code) | | An OpImage class to perform a transpose (flip) of an image with a
single 1-bit channel, represented using a
MultiPixelPackedSampleModel and byte, short, or int DataBuffer.
since: 1.0.1 See Also: TransposeOpImage |
Constructor Summary | |
public | TransposeBinaryOpImage(RenderedImage source, Map config, ImageLayout layout, int type) Constructs an TransposeBinaryOpImage from a RenderedImage source,
and Transpose type. |
TransposeBinaryOpImage | public TransposeBinaryOpImage(RenderedImage source, Map config, ImageLayout layout, int type)(Code) | | Constructs an TransposeBinaryOpImage from a RenderedImage source,
and Transpose type. The image dimensions are determined by
forward-mapping the source bounds.
The tile grid layout, SampleModel, and ColorModel are specified
by the image source, possibly overridden by values from the
ImageLayout parameter.
Parameters: source - a RenderedImage. Parameters: layout - an ImageLayout optionally containing the tile grid layout,SampleModel, and ColorModel, or null. Parameters: type - the desired Tranpose type. |
computeRect | protected void computeRect(Raster[] sources, WritableRaster dest, Rectangle destRect)(Code) | | |
Methods inherited from com.sun.media.jai.opimage.TransposeOpImage | protected Rectangle backwardMapRect(Rectangle destRect, int sourceIndex)(Code)(Java Doc) protected void computeRect(Raster[] sources, WritableRaster dest, Rectangle destRect)(Code)(Java Doc) public Raster computeTile(int tileX, int tileY)(Code)(Java Doc) protected Rectangle forwardMapRect(Rectangle sourceRect, int sourceIndex)(Code)(Java Doc) protected static void mapPoint(int[] pt, int minX, int minY, int maxX, int maxY, int type, boolean mapForwards)(Code)(Java Doc)
|
|
|