com.sun.j3d.utils.geometry
Class EdgeTable

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

 class EdgeTable
extends java.lang.Object


Field Summary
private static int DEBUG
           
private  java.util.HashMap edgeTable
           
 
Constructor Summary
EdgeTable(int[] triangleIndices)
           
 
Method Summary
(package private)  java.lang.Integer get(Edge e)
           
(package private)  java.lang.Integer get(int a, int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edgeTable

private java.util.HashMap edgeTable

DEBUG

private static final int DEBUG
See Also:
Constant Field Values
Constructor Detail

EdgeTable

EdgeTable(int[] triangleIndices)
Method Detail

get

java.lang.Integer get(int a,
                      int b)

get

java.lang.Integer get(Edge e)


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