javax.media.j3d
Class OrderedChildInfo

java.lang.Object
  extended by javax.media.j3d.OrderedChildInfo

 class OrderedChildInfo
extends java.lang.Object

List of orderedGroup children that needs to be added/removed for the next frame. Note that the order in which they are removed and added should be maintained after the renderer is done to get the correct order of rendering.


Field Summary
(package private) static int ADD
           
(package private)  int childId
          Child index at which this operation takes place
(package private)  OrderedChildInfo next
           
(package private)  int orderedId
          Ordered index at which this operation takes place
(package private)  OrderedChildInfo prev
           
(package private) static int REMOVE
           
(package private)  int type
          Type of operation, could be add/remove or set
(package private)  OrderedCollection value
          Value of the orderedCollection, only relavent for add and set
 
Constructor Summary
OrderedChildInfo(int t, int cid, int oid, OrderedCollection val)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD

static int ADD

REMOVE

static int REMOVE

type

int type
Type of operation, could be add/remove or set


orderedId

int orderedId
Ordered index at which this operation takes place


childId

int childId
Child index at which this operation takes place


value

OrderedCollection value
Value of the orderedCollection, only relavent for add and set


next

OrderedChildInfo next

prev

OrderedChildInfo prev
Constructor Detail

OrderedChildInfo

OrderedChildInfo(int t,
                 int cid,
                 int oid,
                 OrderedCollection val)


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