Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.pictures.tiles.tilers
Interface PictureTiler

All Known Implementing Classes:
BasePictureTiler, GimpTiler, MagickTiler

public interface PictureTiler

Interface for class that can Tile a Picture

Author:
tiry

Method Summary
 java.lang.String getName()
           
 PictureTiles getTilesFromFile(ImageInfo input, java.lang.String outputDirPath, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, long lastModificationTime, boolean fullGeneration)
           
 boolean needsSync()
           
 

Method Detail

needsSync

boolean needsSync()

getName

java.lang.String getName()

getTilesFromFile

PictureTiles getTilesFromFile(ImageInfo input,
                              java.lang.String outputDirPath,
                              int tileWidth,
                              int tileHeight,
                              int maxTiles,
                              int xCenter,
                              int yCenter,
                              long lastModificationTime,
                              boolean fullGeneration)
                              throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.