|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microcrowd.loader.java3d.max3ds.chunks.Chunk
com.microcrowd.loader.java3d.max3ds.chunks.BooleanChunk
public class BooleanChunk
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 |
|---|
public BooleanChunk()
| Method Detail |
|---|
public void loadData(ChunkChopper chopper)
loadData in class Chunkchopper - the chopper on which the boolean true data is to be set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||