javax.media.j3d
Class OrderedCollection

java.lang.Object
  extended by javax.media.j3d.OrderedCollection
All Implemented Interfaces:
ObjectUpdate

 class OrderedCollection
extends java.lang.Object
implements ObjectUpdate

An OrderCollections contains a LightBin and an ArrayList of of all top level OrderedGroups under this OrderCollection


Field Summary
(package private)  LightBin addLightBins
           
(package private)  java.util.ArrayList childOrderedBins
           
(package private)  LightBin lightBin
           
(package private)  LightBin nextFrameLightBin
           
(package private)  boolean onUpdateList
           
 
Constructor Summary
OrderedCollection()
           
 
Method Summary
 void updateObject()
          The actual update function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lightBin

LightBin lightBin

childOrderedBins

java.util.ArrayList childOrderedBins

nextFrameLightBin

LightBin nextFrameLightBin

addLightBins

LightBin addLightBins

onUpdateList

boolean onUpdateList
Constructor Detail

OrderedCollection

OrderedCollection()
Method Detail

updateObject

public void updateObject()
Description copied from interface: ObjectUpdate
The actual update function.

Specified by:
updateObject in interface ObjectUpdate


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.