Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 String getName()
           
 PictureTiles getTilesFromFile(ImageInfo input, String outputDirPath, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, long lastModificationTime, boolean fullGeneration)
           
 boolean needsSync()
           
 

Method Detail

needsSync

boolean needsSync()

getName

String getName()

getTilesFromFile

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.