Interface Sequencer
- All Superinterfaces:
Comparator<ShapeElement>
- All Known Implementing Classes:
NameSequencer
,NumberingSequencer
,UnspecifiedSequencer
Sequencer used to determine the node sequence within a layer.
Mostly used in hierarchic layouters
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(ShapeElement o1, ShapeElement o2) getName()
The name of the sequencerMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
getName
String getName()The name of the sequencer- Returns:
- sequencer name
-
compare
- Specified by:
compare
in interfaceComparator<ShapeElement>
-