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

Quick Search    Search Deep

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

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

final class BitMover8G
extends BitMover


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

BitMover8G

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