|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.utils.scenegraph.transparency.SimpleDistanceComparator
public class SimpleDistanceComparator
Sample TransparencySortComparator which has the same functionality as the fixed default function in Java 3D.
Constructor Summary | |
---|---|
SimpleDistanceComparator()
Creates a new instance of SimpleDistanceComparator |
Method Summary | |
---|---|
int |
compare(TransparencySortGeom t1,
TransparencySortGeom t2)
Compares its two arguments for order. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public SimpleDistanceComparator()
Method Detail |
---|
public int compare(TransparencySortGeom t1, TransparencySortGeom t2)
compare
in interface java.util.Comparator<TransparencySortGeom>
t1
- TransparencySortGeom object 1t2
- TransparencySortGeom object 2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |