Class NumberingSequencer

  • All Implemented Interfaces:
    Sequencer, java.util.Comparator<ShapeElement>

    @OpenApiAll
    public class NumberingSequencer
    extends NameSequencer
    Sorts by numbering ID. Takes the numbering ID and sorts them alphanumerically. The shapes that do not have ID's are placed at the end
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(ShapeElement o1, ShapeElement o2)  
      java.lang.String getName()
      The name of the sequencer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong