Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.pictures.tiles.api.imageresource.ImageResource

Packages that use ImageResource
org.nuxeo.ecm.platform.pictures.tiles.api   
org.nuxeo.ecm.platform.pictures.tiles.api.imageresource   
org.nuxeo.ecm.platform.pictures.tiles.service   
 

Uses of ImageResource in org.nuxeo.ecm.platform.pictures.tiles.api
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.api with parameters of type ImageResource
 PictureTiles PictureTilingService.getTiles(ImageResource resource, int tileWidth, int tileHeight, int maxTiles)
           
 PictureTiles PictureTilingService.getTiles(ImageResource resource, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, boolean fullGeneration)
           
 void PictureTilingService.removeCacheEntry(ImageResource resource)
           
 

Uses of ImageResource in org.nuxeo.ecm.platform.pictures.tiles.api.imageresource
 

Classes in org.nuxeo.ecm.platform.pictures.tiles.api.imageresource that implement ImageResource
 class BlobResource
          Blob based implementation of the ImageResource Because ImageResource will be cached this Implementation is not optimal (Blob digest is not compulsory and the modification date is not set).
 class DocumentImageResource
          DocumentModel-based implementation of ImageResource.
 

Uses of ImageResource in org.nuxeo.ecm.platform.pictures.tiles.service
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.service with parameters of type ImageResource
 PictureTiles PictureTilingComponent.getTiles(ImageResource resource, int tileWidth, int tileHeight, int maxTiles)
           
 PictureTiles PictureTilingComponent.getTiles(ImageResource resource, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, boolean fullGeneration)
           
 void PictureTilingComponent.removeCacheEntry(ImageResource resource)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.