Package com.iizigo.navigator
Interface IViewerComparator
- All Known Implementing Classes:
- ImageDesignerProp.ImageComparator,- ViewerComparator
public interface IViewerComparator
Class implemented by the Viewer Comparator.
- Author:
- Christopher Mindus
- Method Summary
- Method Details- compareCompares two object in a viewer using the flags.- 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 0if the first element is equal to the second element; and a positive number if the first element is greater than the second element.