Uses of Class
org.apache.sis.image.ComputedTiles
Packages that use ComputedTiles
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of ComputedTiles in org.apache.sis.image
Fields in org.apache.sis.image declared as ComputedTilesModifier and TypeFieldDescriptionprivate final ComputedTiles
TileCache.Key.image
The image which own the tile as a weak reference.private final ComputedTiles
ComputedImage.reference
Weak reference to this image, also used as a cleaner when the image is garbage-collected.Constructors in org.apache.sis.image with parameters of type ComputedTilesModifierConstructorDescription(package private)
Key
(ComputedTiles image, int tileX, int tileY) Creates a new key identifying a tile or a cached image.