| org.enhydra.snapperPreviewer.spec.PictureManager
PictureManager | public interface PictureManager (Code) | | author: lola author: TODO To change the template for this generated type comment go to author: Window - Preferences - Java - Code Style - Code Templates |
Method Summary | |
public Vector | getPictureListInsidePicture(String filePath) | public void | writePicture(String filePath, OutputStream os, String outputFileFormat, int scale, int colorNumber, boolean useGrayFilter, String errorImagePath) | public void | writePictureFromPicture(String filePath, String pictureId, OutputStream os, int scale, String errorImagePath) |
getPictureListInsidePicture | public Vector getPictureListInsidePicture(String filePath)(Code) | | |
|
|