Class ImageDesignerProp.ImageComparator

java.lang.Object
com.iizigo.image.prop.ImageDesignerProp.ImageComparator
All Implemented Interfaces:
IViewerComparator, Comparator<Object>
Enclosing class:
ImageDesignerProp

public static class ImageDesignerProp.ImageComparator extends Object implements IViewerComparator, Comparator<Object>
Class sorting images.
  • Constructor Details

    • ImageComparator

      public ImageComparator()
  • Method Details

    • compare

      public int compare(Viewer viewer, Object o1, Object o2)
      Description copied from interface: IViewerComparator
      Compares two object in a viewer using the flags.
      Specified by:
      compare in interface IViewerComparator
      Parameters:
      viewer - The viewer.
      o1 - First object.
      o2 - Second object.
      Returns:
      a negative number if the first element is less than the second element; the value 0 if the first element is equal to the second element; and a positive number if the first element is greater than the second element.
    • compare

      public int compare(Object o1, Object o2)
      Specified by:
      compare in interface Comparator<Object>