com.alienfactory.javamappy.loader
Class ChunkLoaderCMAP

java.lang.Object
  extended by com.alienfactory.javamappy.loader.ChunkLoader
      extended by com.alienfactory.javamappy.loader.ChunkLoaderCMAP

public class ChunkLoaderCMAP
extends ChunkLoader

Chunk CMAP :: Colour palette for 8bit maps.

Author:
Steve Eynon

Constructor Summary
ChunkLoaderCMAP()
           
 
Method Summary
 void loadChunk(Map map)
          The method invoked to load the chunk.
 
Methods inherited from class com.alienfactory.javamappy.loader.ChunkLoader
getByte, getBytesRemaining, getChunkLength, getChunkName, isLSB, readByte, readInt, readShort, readString, readString, readUByte, skip, throwChunkException, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChunkLoaderCMAP

public ChunkLoaderCMAP()
Method Detail

loadChunk

public void loadChunk(Map map)
               throws ChunkLoadException
Description copied from class: ChunkLoader
The method invoked to load the chunk. All data loaded should by placed in the given Map.

Specified by:
loadChunk in class ChunkLoader
Throws:
ChunkLoadException - should be thrown should anything be wrong with the data you are loading


Copyright © 2001-2009 Alien-Factory Ltd. All Rights Reserved.