com.microcrowd.loader.java3d.max3ds.chunks
Class BooleanChunk

java.lang.Object
  extended by com.microcrowd.loader.java3d.max3ds.chunks.Chunk
      extended by com.microcrowd.loader.java3d.max3ds.chunks.BooleanChunk

public class BooleanChunk
extends Chunk

A boolean chunk is true if it is present otherwise there is no chunk and that represents false. This chunk will set chopper data to Boolean true with a key that is the id of the chunk. These have no subchunks. Only String data.


Constructor Summary
BooleanChunk()
           
 
Method Summary
 void loadData(ChunkChopper chopper)
          If this method is being called then a boolean true will be set on the chunk chopper with a key that is the id of this chunk.
 
Methods inherited from class com.microcrowd.loader.java3d.max3ds.chunks.Chunk
addSubChunk, getDescription, getName, getSubChunk, initialize, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanChunk

public BooleanChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
If this method is being called then a boolean true will be set on the chunk chopper with a key that is the id of this chunk.

Overrides:
loadData in class Chunk
Parameters:
chopper - the chopper on which the boolean true data is to be set


Copyright © 2000-2011 Microcrowd. All Rights Reserved.