App
Public Member Functions | List of all members
mhr.appcore.interfaces.ImageFile Interface Reference
Inheritance diagram for mhr.appcore.interfaces.ImageFile:
mhr.appandroid.adapters.AndroidImageFile

Public Member Functions

Document getDocument ()
 
void writeDocument () throws ImageFileOutputException
 
PDBitmap createBitmap (BitmapInfo i)
 
PDBitmap loadBitmap (String fName) throws ImageFileInputException
 
void writeBitmap (PDBitmap bitmap, String fName) throws ImageFileOutputException
 
PDBitmap loadMask (String fName) throws ImageFileInputException
 
void writeMask (PDBitmap mask, String fName) throws ImageFileOutputException
 
PDBitmap loadOutput () throws ImageFileInputException
 
void saveOutput (PDBitmap output) throws ImageFileOutputException
 
void deleteFile ()
 

Detailed Description

Definition at line 9 of file ImageFile.java.

Member Function Documentation

PDBitmap mhr.appcore.interfaces.ImageFile.createBitmap ( BitmapInfo  i)
void mhr.appcore.interfaces.ImageFile.deleteFile ( )
Document mhr.appcore.interfaces.ImageFile.getDocument ( )
PDBitmap mhr.appcore.interfaces.ImageFile.loadBitmap ( String  fName) throws ImageFileInputException
PDBitmap mhr.appcore.interfaces.ImageFile.loadMask ( String  fName) throws ImageFileInputException
PDBitmap mhr.appcore.interfaces.ImageFile.loadOutput ( ) throws ImageFileInputException
void mhr.appcore.interfaces.ImageFile.saveOutput ( PDBitmap  output) throws ImageFileOutputException
void mhr.appcore.interfaces.ImageFile.writeBitmap ( PDBitmap  bitmap,
String  fName 
) throws ImageFileOutputException
void mhr.appcore.interfaces.ImageFile.writeDocument ( ) throws ImageFileOutputException
void mhr.appcore.interfaces.ImageFile.writeMask ( PDBitmap  mask,
String  fName 
) throws ImageFileOutputException

The documentation for this interface was generated from the following file: