org.jpedal.jbig2.image
Class BitmapPointer

java.lang.Object
  extended by org.jpedal.jbig2.image.BitmapPointer

public class BitmapPointer
extends java.lang.Object


Constructor Summary
BitmapPointer(JBIG2Bitmap bitmap)
           
 
Method Summary
 int nextPixel()
           
 void setPointer(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapPointer

public BitmapPointer(JBIG2Bitmap bitmap)
Method Detail

setPointer

public void setPointer(int x,
                       int y)

nextPixel

public int nextPixel()