javax.media.j3d
Class TransparencySortMap

java.lang.Object
  extended by javax.media.j3d.TransparencySortMap

public class TransparencySortMap
extends java.lang.Object

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

setComparator

public static void setComparator(View view,
                                 java.util.Comparator<TransparencySortGeom> comparator)
Set the comparator for the specified view.

Parameters:
view - the view to which the comparator applies
comparator - the comparator to call

getComparator

public static java.util.Comparator<TransparencySortGeom> getComparator(View view)
Returns the comparator for the specified view

Returns:
the comparator for the specified view, or null if there is no comparator for the view or the view is unknown.