public interface PictureTiles
Modifier and Type | Method and Description |
---|---|
String |
getCacheKey() |
Map<String,String> |
getInfo() |
int |
getMaxTiles() |
ImageInfo |
getOriginalImageInfo() |
ImageInfo |
getSourceImageInfo() |
Blob |
getTile(int x,
int y) |
String |
getTileFormatCacheKey() |
int |
getTilesHeight() |
String |
getTilesPath() |
int |
getTilesWidth() |
int |
getXTiles() |
int |
getYTiles() |
float |
getZoomfactor() |
boolean |
isTileComputed(int x,
int y) |
void |
release() |
void |
setCacheKey(String cacheKey) |
void |
setOriginalImageInfo(ImageInfo imageInfo) |
void |
setSourceImageInfo(ImageInfo imageInfo) |
String getTilesPath()
float getZoomfactor()
int getXTiles()
int getYTiles()
void release()
int getTilesHeight()
int getTilesWidth()
int getMaxTiles()
String getCacheKey()
void setCacheKey(String cacheKey)
ImageInfo getSourceImageInfo()
void setSourceImageInfo(ImageInfo imageInfo)
ImageInfo getOriginalImageInfo()
void setOriginalImageInfo(ImageInfo imageInfo)
String getTileFormatCacheKey()
boolean isTileComputed(int x, int y)
Copyright © 2013 Nuxeo SA. All Rights Reserved.