org.p2c2e.blorb
Class DepthPalette

java.lang.Object
  extended byorg.p2c2e.blorb.DepthPalette
All Implemented Interfaces:
Palette

public class DepthPalette
extends java.lang.Object
implements Palette


Nested Class Summary
 
Nested classes inherited from class org.p2c2e.blorb.Palette
Palette.Color
 
Constructor Summary
DepthPalette(BlorbFile.Chunk c)
           
 
Method Summary
 int getColorDepth()
           
 boolean isColorList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthPalette

public DepthPalette(BlorbFile.Chunk c)
             throws java.io.IOException
Method Detail

isColorList

public boolean isColorList()
Specified by:
isColorList in interface Palette

getColorDepth

public int getColorDepth()