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()
Blob getTile(int x, int y) throws ClientException, IOException
ClientException
IOException
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 © 2015 Nuxeo SA. All rights reserved.