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

Quick Search    Search Deep

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

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

final class BitMover16GA
extends BitMover


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

BitMover16GA

BitMover16GA()
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