| AbstractOpImpl |
An abstract representation of an operation which may be applied to an
Image.
|
| AbstractTiledOpImpl |
The abstract base class for ImageOps which support multiple tiles.
|
| AbstractTileOpImpl |
The abstract base class for ImageOps which are
a single tile.
|
| CropOpBitmapImpl |
|
| GamePieceOpImpl |
|
| ImageSourceOpBitmapImpl |
An ImageOp which uses a fixed image as its source.
|
| Op |
|
| OpIcon |
An implementation of Icon using an ImageOp as a source.
|
| OpMultiResolutionImage |
|
| OrthoRotateOpBitmapImpl |
|
| OwningOpMultiResolutionImage |
|
| Repainter |
An ImageOpObserver which repaints Components.
|
| RotateScaleOpBitmapImpl |
An ImageOp which rotates and scales its source.
|
| RotateScaleOpSVGImpl |
An ImageOp which rotates and scales its source.
|
| ScaledImagePainter |
Paints an image at arbitrary scale.
|
| ScaleOpBitmapImpl |
An ImageOp which scales its source.
|
| ScaleOpTiledBitmapImpl |
An ImageOp which scales its source and cobbles scaled tiles
from the tile cache.
|
| SourceOpBitmapImpl |
|
| SourceOpDiskCacheBitmapImpl |
An ImageOp which loads tiles from the tile cache.
|
| SourceOpSVGImpl |
|
| SourceOpTiledBitmapImpl |
An ImageOp which loads an image from the DataArchive,
but produces tiles loaded from the tile cache.
|
| SourceTileOpBitmapImpl |
An ImageOp for producing tiles directly from a source,
without cobbling tiles from the source.
|
| SourceTileOpSVGImpl |
An ImageOp for producing tiles directly from a source,
without cobbling tiles from the source.
|