Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sixlegs.image.png
Class BitMover  view BitMover download BitMover.java

java.lang.Object
  extended bycom.sixlegs.image.png.BitMover
Direct Known Subclasses:
BitMover16G, BitMover16GA, BitMover16RGB, BitMover16RGBA, BitMover1G, BitMover1P, BitMover2G, BitMover2P, BitMover4G, BitMover4P, BitMover8G, BitMover8GA, BitMover8P, BitMover8RGB, BitMover8RGBA

abstract class BitMover
extends java.lang.Object


Field Summary
(package private)  int[] gammaTable
           
(package private)  int trans
           
(package private)  int transgray
           
(package private)  int translow
           
 
Constructor Summary
(package private) BitMover()
           
 
Method Summary
(package private) abstract  int fill(int[] pixels, java.io.InputStream str, int off, int len)
           
(package private) static BitMover getBitMover(PngImage img)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trans

int trans

transgray

int transgray

translow

int translow

gammaTable

int[] gammaTable
Constructor Detail

BitMover

BitMover()
Method Detail

fill

abstract int fill(int[] pixels,
                  java.io.InputStream str,
                  int off,
                  int len)
           throws java.io.IOException

getBitMover

static BitMover getBitMover(PngImage img)
                     throws PngException