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