public class CompositeRed extends AbstractRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth| Constructor and Description |
|---|
CompositeRed(List srcs,
CompositeRule rule) |
| Modifier and Type | Method and Description |
|---|---|
WritableRaster |
copyData(WritableRaster wr) |
void |
emptyRect(WritableRaster wr) |
protected static ColorModel |
fixColorModel(CachableRed src) |
protected static SampleModel |
fixSampleModel(CachableRed src,
ColorModel cm,
Rectangle bounds)
This function 'fixes' the source's sample model.
|
void |
genRect_OVER(WritableRaster wr) |
void |
genRect(WritableRaster wr) |
Raster |
getTile(int x,
int y) |
copyBand, copyToRaster, getBounds, getColorModel, getData, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, init, init, makeTile, updateTileGridInfopublic CompositeRed(List srcs, CompositeRule rule)
public WritableRaster copyData(WritableRaster wr)
public Raster getTile(int x, int y)
getTile in interface RenderedImagegetTile in class AbstractRedpublic void emptyRect(WritableRaster wr)
public void genRect(WritableRaster wr)
public void genRect_OVER(WritableRaster wr)
protected static SampleModel fixSampleModel(CachableRed src, ColorModel cm, Rectangle bounds)
protected static ColorModel fixColorModel(CachableRed src)
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.