M3GToolkit 0.5.0

com.java4ever.m3g
Class SceneSection

java.lang.Object
  extended bycom.java4ever.m3g.Section
      extended bycom.java4ever.m3g.SceneSection

public class SceneSection
extends Section


Field Summary
 
Fields inherited from class com.java4ever.m3g.Section
UNCOMPRESSED, ZLIB
 
Constructor Summary
SceneSection()
           
 
Method Summary
 void addObject3D(Object3D object)
           
 Object3D[] getObjects3D()
           
protected  void readObjects(M3GInputStream is, java.util.ArrayList table)
           
protected  void readObjects2(M3GInputStream is, java.util.ArrayList table)
           
 void removeObject3D(Object3D object)
           
 void removeObjects3D()
           
protected  void writeObjects(M3GOutputStream os, java.util.ArrayList table)
           
 
Methods inherited from class com.java4ever.m3g.Section
getChecksum, getCompressionScheme, getTotalSectionLength, getUncompressedLength, read, setCompressionScheme, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SceneSection

public SceneSection()
Method Detail

addObject3D

public void addObject3D(Object3D object)

getObjects3D

public Object3D[] getObjects3D()

removeObject3D

public void removeObject3D(Object3D object)

removeObjects3D

public void removeObjects3D()

readObjects

protected void readObjects(M3GInputStream is,
                           java.util.ArrayList table)
                    throws java.io.IOException
Specified by:
readObjects in class Section
Throws:
java.io.IOException

writeObjects

protected void writeObjects(M3GOutputStream os,
                            java.util.ArrayList table)
                     throws java.io.IOException
Specified by:
writeObjects in class Section
Throws:
java.io.IOException

readObjects2

protected void readObjects2(M3GInputStream is,
                            java.util.ArrayList table)
                     throws java.io.IOException
Throws:
java.io.IOException

M3GToolkit 0.5.0

Copyright 2005 java4ever.com. All Rights Reserved.