com.sun.j3d.utils.geometry
Class ListNode

java.lang.Object
  extended by com.sun.j3d.utils.geometry.ListNode

 class ListNode
extends java.lang.Object


Field Summary
(package private)  int convex
           
(package private)  int index
           
(package private)  int next
           
(package private)  int prev
           
(package private)  int vcntIndex
           
 
Constructor Summary
ListNode(int ind)
           
 
Method Summary
(package private)  int getCommonIndex()
           
(package private)  void setCommonIndex(int comIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

int index

prev

int prev

next

int next

convex

int convex

vcntIndex

int vcntIndex
Constructor Detail

ListNode

ListNode(int ind)
Method Detail

setCommonIndex

void setCommonIndex(int comIndex)

getCommonIndex

int getCommonIndex()


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