Class SortLabelsByRadiansShift

java.lang.Object
ca.ualberta.stothard.cgview.SortLabelsByRadiansShift
All Implemented Interfaces:
Comparator

public class SortLabelsByRadiansShift extends Object implements Comparator
Sorts Label objects so that those that those with the smallest absolute difference between Label.getLineStartRadians() and Label.getLineEndRadians() are first.
  • Constructor Details

    • SortLabelsByRadiansShift

      public SortLabelsByRadiansShift()
  • Method Details