Package org.geotools.renderer.style
Class MarkFactoryListComparator
- Object
-
- MarkFactoryListComparator
-
- All Implemented Interfaces:
Comparator<MarkFactory>
public class MarkFactoryListComparator extends Object implements Comparator<MarkFactory>
Mark factory comparator based on a simple class name identifiers list.
-
-
Constructor Summary
Constructors Constructor Description MarkFactoryListComparator(List<String> markFactoryList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(MarkFactory mf1, MarkFactory mf2)
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(MarkFactory mf1, MarkFactory mf2)
- Specified by:
compare
in interfaceComparator<MarkFactory>
-
-