Package ome.io.nio
Interface TileSizes
-
- All Known Implementing Classes:
ConfiguredTileSizes
public interface TileSizes
Strategy interface which is used byPixelsService
to specify the default tile sizes as well as when tiling is necessary.- Since:
- Beta4.3.1
- See Also:
- ticket 5192
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getMaxPlaneFloatOverride()
int
getMaxPlaneHeight()
int
getMaxPlaneWidth()
int
getTileHeight()
int
getTileWidth()
-