@OpenApiAll public interface Sequencer extends java.util.Comparator<ShapeElement>
Modifier and Type | Method and Description |
---|---|
int |
compare(ShapeElement o1,
ShapeElement o2) |
java.lang.String |
getName()
The name of the sequencer
|
java.lang.String getName()
int compare(ShapeElement o1, ShapeElement o2)
compare
in interface java.util.Comparator<ShapeElement>