Snapper 3.0 API

org.enhydra.snapper.spec
Interface PictureManager

All Known Implementing Classes:
PictureManagerImpl

public interface PictureManager

Author:
Djordje Milic TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void writePicture(java.lang.String filePath, java.io.OutputStream os, java.lang.String outputFileFormat, int direction, int scale, int width, int height, int colorNumber, boolean useGrayFilter, java.lang.String errorImagePath)
           
 

Method Detail

writePicture

void writePicture(java.lang.String filePath,
                  java.io.OutputStream os,
                  java.lang.String outputFileFormat,
                  int direction,
                  int scale,
                  int width,
                  int height,
                  int colorNumber,
                  boolean useGrayFilter,
                  java.lang.String errorImagePath)

Snapper 3.0 API