org.apache.batik.ext.awt.image.rendered
public class FormatRed extends AbstractRed
| Constructor Summary | |
|---|---|
| FormatRed(CachableRed cr, SampleModel sm)
Construct an instance of CachableRed around a BufferedImage. | |
| FormatRed(CachableRed cr, ColorModel cm) | |
| Method Summary | |
|---|---|
| static CachableRed | construct(CachableRed src, ColorModel cm) |
| WritableRaster | copyData(WritableRaster wr) |
| Object | getProperty(String name) |
| String[] | getPropertyNames() |
| CachableRed | getSource()
fetch the source image for this node. |
| static ColorModel | makeColorModel(CachableRed cr, SampleModel sm) |
| static SampleModel | makeSampleModel(CachableRed cr, ColorModel cm) |