|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.TransparencySortMap
public class TransparencySortMap
A class mapping Views to a TransparencySortGeom object.
Method Summary | |
---|---|
static java.util.Comparator<TransparencySortGeom> |
getComparator(View view)
Returns the comparator for the specified view |
static void |
setComparator(View view,
java.util.Comparator<TransparencySortGeom> comparator)
Set the comparator for the specified view. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setComparator(View view, java.util.Comparator<TransparencySortGeom> comparator)
view
- the view to which the comparator appliescomparator
- the comparator to callpublic static java.util.Comparator<TransparencySortGeom> getComparator(View view)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |