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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.sixlegs.image.png.BitMover
      extended bycom.sixlegs.image.png.BitMover4P

final class BitMover4P
extends BitMover


Field Summary
(package private)  int[] gammaTable
           
(package private)  int trans
           
(package private)  int transgray
           
(package private)  int translow
           
 
Constructor Summary
(package private) BitMover4P()
           
 
Method Summary
(package private)  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

BitMover4P

BitMover4P()
Method Detail

fill

int fill(int[] pixels,
         java.io.InputStream str,
         int off,
         int len)
   throws java.io.IOException
Specified by:
fill in class BitMover

getBitMover

static BitMover getBitMover(PngImage img)
                     throws PngException