bitmaps
Class MonochromeBitmap

java.lang.Object
  extended by bitmaps.Bitmap
      extended by bitmaps.MonochromeBitmap

public class MonochromeBitmap
extends Bitmap

Author:
Jonathan L Dautrich Jr.

Field Summary
 
Fields inherited from class bitmaps.Bitmap
bitsPerPixel, byteRowPadding, bytesPerPixel, colorTableCount, dataStartLocation, fileSize, fillerLength, infoHeaderLength, pixelHeight, pixelWidth, rowByteCount
 
Constructor Summary
MonochromeBitmap(java.io.File file)
           
 
Method Summary
 
Methods inherited from class bitmaps.Bitmap
getDataValue, getPixelCount, getPixelHeight, getPixels, getPixelWidth, isVerbose, setDataValue, setVerbose, writeToFile, writeToFileGrayscale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonochromeBitmap

public MonochromeBitmap(java.io.File file)
                 throws java.io.IOException
Throws:
java.io.IOException