| Package | Description |
|---|---|
| org.jogamp.java3d | |
| org.jogamp.java3d.utils.scenegraph.transparency |
| Modifier and Type | Method and Description |
|---|---|
static java.util.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,
java.util.Comparator<TransparencySortGeom> comparator)
Set the comparator for the specified view.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.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,
java.util.Comparator<TransparencySortGeom> comparator)
Set the comparator for the specified view.
|