ranab.img.gif
Class GifColor

java.lang.Object
  extended by ranab.img.gif.GifColor

public final class GifColor
extends java.lang.Object

Color data structure.


Method Summary
 java.awt.Color getColor()
          Get color
 void updateColor(java.awt.Color col)
          Update color entry
 void write(java.io.DataOutputStream ds)
          Write gif color
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(java.io.DataOutputStream ds)
           throws java.io.IOException
Write gif color

Throws:
java.io.IOException

updateColor

public void updateColor(java.awt.Color col)
Update color entry


getColor

public java.awt.Color getColor()
Get color