Uses of Interface
javax.media.j3d.TransparencySortGeom

Packages that use TransparencySortGeom
com.sun.j3d.utils.scenegraph.transparency Provides transparency sorting utility classes. 
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of TransparencySortGeom in com.sun.j3d.utils.scenegraph.transparency
 

Methods in com.sun.j3d.utils.scenegraph.transparency that return types with arguments of type TransparencySortGeom
static java.util.Comparator<TransparencySortGeom> TransparencySortController.getComparator(View view)
          Returns the comparator for the specified view
 

Methods in com.sun.j3d.utils.scenegraph.transparency with parameters of type TransparencySortGeom
 int SimpleDistanceComparator.compare(TransparencySortGeom t1, TransparencySortGeom t2)
          Compares its two arguments for order.
 

Method parameters in com.sun.j3d.utils.scenegraph.transparency with type arguments of type TransparencySortGeom
static void TransparencySortController.setComparator(View view, java.util.Comparator<TransparencySortGeom> comparator)
          Set the comparator for the specified view.
 

Uses of TransparencySortGeom in javax.media.j3d
 

Methods in javax.media.j3d that return types with arguments of type TransparencySortGeom
static java.util.Comparator<TransparencySortGeom> TransparencySortMap.getComparator(View view)
          Returns the comparator for the specified view
 

Method parameters in javax.media.j3d with type arguments of type TransparencySortGeom
static void TransparencySortMap.setComparator(View view, java.util.Comparator<TransparencySortGeom> comparator)
          Set the comparator for the specified view.