Class ImageSourceOpBitmapImpl

All Implemented Interfaces:
ImageOp, SourceOp, Op<BufferedImage>

public class ImageSourceOpBitmapImpl extends AbstractTiledOpImpl implements SourceOp
An ImageOp which uses a fixed image as its source. ImageSourceOp holds a reference to the Image it was constructed with in order to prevent it from being garbage collected from the soft cache, since this op has no way of recreating the source image.
Since:
3.1.0
Author:
Joel Uckelman