com.dynamixsoftware.intentapi
Interface IJob

All Known Implementing Classes:
IJob.Stub

public interface IJob

Interface is used for printing job description.


Nested Class Summary
static class IJob.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 int getTotalPages()
          Returns total pages
 android.graphics.Bitmap renderPageFragment(int num, android.graphics.Rect fragment)
          Gets page fragment.
 

Method Detail

getTotalPages

int getTotalPages()
                  throws android.os.RemoteException
Returns total pages

Returns:
number of pages
Throws:
android.os.RemoteException

renderPageFragment

android.graphics.Bitmap renderPageFragment(int num,
                                           android.graphics.Rect fragment)
                                           throws android.os.RemoteException
Gets page fragment.

Parameters:
num - page number
fragment - rect of the fragment
Returns:
bitmap of the fragment
Throws:
android.os.RemoteException