Class Orthogonal

java.lang.Object
application.model.rules.misc.naive.ReadingOrder
application.model.rules.misc.naive.Orthogonal

public class Orthogonal
extends ReadingOrder
Represents the orthogonal naive reading order
  • Field Summary

    Fields inherited from class application.model.rules.misc.naive.ReadingOrder

    specifier
  • Constructor Summary

    Constructors 
    Constructor Description
    Orthogonal()  
    Orthogonal​(java.lang.String specifier)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object clone()
    Clones the naive reading order
    java.util.Comparator<Coordinate> getCoordinateComparator()
    Gets the coordinate comparator
    java.lang.String[] getRegex()
    Gets the regex that will identify the naive reading order
    void setSpecifier​(java.lang.String specifier)
    Sets the specifier for the naive reading order

    Methods inherited from class application.model.rules.misc.naive.ReadingOrder

    getSpecifier

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setSpecifier

      public void setSpecifier​(java.lang.String specifier)
      Description copied from class: ReadingOrder
      Sets the specifier for the naive reading order
      Specified by:
      setSpecifier in class ReadingOrder
      Parameters:
      specifier - The specifier of the naive reading order
    • getRegex

      public java.lang.String[] getRegex()
      Description copied from class: ReadingOrder
      Gets the regex that will identify the naive reading order
      Specified by:
      getRegex in class ReadingOrder
      Returns:
      Returns the regexes that match a naive reading order
    • getCoordinateComparator

      public java.util.Comparator<Coordinate> getCoordinateComparator()
      Description copied from class: ReadingOrder
      Gets the coordinate comparator
      Specified by:
      getCoordinateComparator in class ReadingOrder
      Returns:
      Returns the coordinate comparator
    • clone

      public java.lang.Object clone()
      Description copied from class: ReadingOrder
      Clones the naive reading order
      Specified by:
      clone in class ReadingOrder
      Returns:
      Returns the cloned naive reading order