Uses of Class
anl.aida.viz3d.StackSorter.SortOrder

Packages that use StackSorter.SortOrder
anl.aida.viz3d   
 

Uses of StackSorter.SortOrder in anl.aida.viz3d
 

Fields in anl.aida.viz3d declared as StackSorter.SortOrder
private  StackSorter.SortOrder StackSorter.sortOrder
           
 

Methods in anl.aida.viz3d that return StackSorter.SortOrder
 StackSorter.SortOrder StackSorter.getSortOrder()
          Gets the sort order of this sorter.
static StackSorter.SortOrder StackSorter.SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StackSorter.SortOrder[] StackSorter.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in anl.aida.viz3d with parameters of type StackSorter.SortOrder
 void StackSorter.setSortOrder(StackSorter.SortOrder sortOrder)
          Sets the sort order of this sorter.