Interface SourceOp

All Superinterfaces:
ImageOp, Op<BufferedImage>
All Known Subinterfaces:
SVGOp
All Known Implementing Classes:
ImageSourceOpBitmapImpl, RotateScaleOpSVGImpl, SourceOpBitmapImpl, SourceOpDiskCacheBitmapImpl, SourceOpSVGImpl, SourceOpTiledBitmapImpl, SourceTileOpSVGImpl

public interface SourceOp extends ImageOp
An ImageOp which provides a source.
Since:
3.1.0
Author:
Joel Uckelman
  • Method Details