Package | Description |
---|---|
org.scijava.java3d |
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.
|
org.scijava.java3d.utils.scenegraph.transparency |
Provides transparency sorting utility classes.
|
Modifier and Type | Method and Description |
---|---|
static Comparator<TransparencySortGeom> |
TransparencySortMap.getComparator(View view)
Returns the comparator for the specified view
|
Modifier and Type | Method and Description |
---|---|
static void |
TransparencySortMap.setComparator(View view,
Comparator<TransparencySortGeom> comparator)
Set the comparator for the specified view.
|
Modifier and Type | Method and Description |
---|---|
static Comparator<TransparencySortGeom> |
TransparencySortController.getComparator(View view)
Returns the comparator for the specified view
|
Modifier and Type | Method and Description |
---|---|
int |
SimpleDistanceComparator.compare(TransparencySortGeom t1,
TransparencySortGeom t2)
Compares its two arguments for order.
|
Modifier and Type | Method and Description |
---|---|
static void |
TransparencySortController.setComparator(View view,
Comparator<TransparencySortGeom> comparator)
Set the comparator for the specified view.
|
Copyright © 2016–2022 SciJava. All rights reserved.