|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.OrderedChildInfo
class OrderedChildInfo
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 |
---|
static int ADD
static int REMOVE
int type
int orderedId
int childId
OrderedCollection value
OrderedChildInfo next
OrderedChildInfo prev
Constructor Detail |
---|
OrderedChildInfo(int t, int cid, int oid, OrderedCollection val)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |