org.apache.batik.ext.awt.image.rendered
public class PadRed extends AbstractRed
Nested Class Summary | |
---|---|
protected static class | PadRed.ZeroRecter |
protected static class | PadRed.ZeroRecter_INT_PACK |
Constructor Summary | |
---|---|
PadRed(CachableRed src, Rectangle bounds, PadMode padMode, RenderingHints hints)
Construct A Rendered Pad operation. |
Method Summary | |
---|---|
WritableRaster | copyData(WritableRaster wr) |
protected static SampleModel | fixSampleModel(CachableRed src, 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. |
protected void | handleReplicate(WritableRaster wr) |
protected void | handleWrap(WritableRaster wr) |
protected void | handleZero(WritableRaster wr) |
Parameters: src The image to pad/crop bounds The bounds of the result (same coord system as src). padMode The pad mode to use (currently ignored). hints The hints to use for drawing 'pad' area.