to.etc.domui.util.images.machines
Class OriginalImagePage

java.lang.Object
  extended by to.etc.domui.util.images.machines.OriginalImagePage
All Implemented Interfaces:
java.io.Serializable

public class OriginalImagePage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OriginalImagePage(int pageNumber, int width, int height, java.lang.String mime, java.lang.String type, boolean bitmap)
           
 
Method Summary
 int getHeight()
           
 java.lang.String getMimeType()
           
 int getPageNumber()
           
 java.lang.String getType()
           
 int getWidth()
           
 boolean isBitmap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OriginalImagePage

public OriginalImagePage(int pageNumber,
                         int width,
                         int height,
                         java.lang.String mime,
                         java.lang.String type,
                         boolean bitmap)
Method Detail

isBitmap

public boolean isBitmap()

getHeight

public int getHeight()

getPageNumber

public int getPageNumber()

getWidth

public int getWidth()

getType

public java.lang.String getType()

getMimeType

public java.lang.String getMimeType()