Class AbstractTileOpImpl

All Implemented Interfaces:
ImageOp, Op<BufferedImage>
Direct Known Subclasses:
GamePieceOpImpl, ImageItem.BaseOp, Labeler.LabelOp, RotateScaleOpBitmapImpl, RotateScaleOpSVGImpl, SourceOpDiskCacheBitmapImpl, SourceTileOpBitmapImpl, SourceTileOpSVGImpl

public abstract class AbstractTileOpImpl extends AbstractOpImpl
The abstract base class for ImageOps which are a single tile. This class provides simpler implementations of the tile-related methods than does AbstractTiledOpImpl, as objects instantiating this class' subclasses are all single tiles.
Since:
3.1.0
Author:
Joel Uckelman