Interface Prioritized
-
- All Known Implementing Classes:
AbstractGraphicImageFactory,CommonsImageFactory,GeoImageFactory,GeoImageFactoryFileLayerLoader,GeoTIFFImageFactory,IOGraphicImageFactory,JAIGraphicImageFactory,OpenJpegImageFactory,ReferencedImageFactoryFileLayerLoader
public interface Prioritizedan Interface to implement priority
-
-
Field Summary
Fields Modifier and Type Field Description static ComparatorCOMPARATORstatic intNOPRIORITY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPriority()
-
-
-
Field Detail
-
NOPRIORITY
static final int NOPRIORITY
- See Also:
- Constant Field Values
-
COMPARATOR
static final Comparator COMPARATOR
-
-