com.sun.j3d.utils.geometry
Class Edge

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

 class Edge
extends java.lang.Object


Field Summary
private static int HASHCONST
           
 int v1
           
 int v2
           
 
Constructor Summary
Edge()
           
Edge(Edge e)
           
Edge(int a, int b)
           
 
Method Summary
 boolean equals(java.lang.Object x)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

v1

public int v1

v2

public int v2

HASHCONST

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

Edge

public Edge(int a,
            int b)

Edge

public Edge(Edge e)

Edge

public Edge()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object x)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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