org.apache.batik.ext.awt.image.rendered
public class CompositeRed extends AbstractRed
| Constructor Summary | |
|---|---|
| CompositeRed(List srcs, CompositeRule rule) | |
| Method Summary | |
|---|---|
| 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.
right now it just ensures that the sample model isn't
much larger than my width. |
| void | genRect(WritableRaster wr) |
| void | genRect_OVER(WritableRaster wr) |
| Raster | getTile(int x, int y) |