Class PropertiesDialog.DisplayModeSorter

java.lang.Object
com.ardor3d.example.PropertiesDialog.DisplayModeSorter
All Implemented Interfaces:
Comparator<DisplayMode>
Enclosing class:
PropertiesDialog

private static class PropertiesDialog.DisplayModeSorter extends Object implements Comparator<DisplayMode>
Utility class for sorting DisplayModes. Sorts by resolution, then bit depth, and then finally refresh rate.