public class TransparencySortMap
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)