org.jmol.export.image
Class GifEncoder.AdaptiveColorCollection

java.lang.Object
  extended by org.jmol.export.image.GifEncoder.AdaptiveColorCollection
Enclosing class:
GifEncoder

static class GifEncoder.AdaptiveColorCollection
extends java.lang.Object


Field Summary
(package private)  long blue
           
(package private)  int count
           
(package private)  long green
           
(package private)  int index
           
(package private)  long red
           
(package private)  int rgb
           
 
Constructor Summary
GifEncoder.AdaptiveColorCollection(int rgb)
           
 
Method Summary
(package private)  void addRgb(int rgb, int count)
           
(package private)  void setRgb(byte[] reds, byte[] grns, byte[] blus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rgb

int rgb

index

int index

red

long red

green

long green

blue

long blue

count

int count
Constructor Detail

GifEncoder.AdaptiveColorCollection

GifEncoder.AdaptiveColorCollection(int rgb)
Method Detail

addRgb

void addRgb(int rgb,
            int count)

setRgb

void setRgb(byte[] reds,
            byte[] grns,
            byte[] blus)