Interface Line<T>


public interface Line<T>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
  • Method Details

    • getLeft

      T getLeft()
    • getRight

      T getRight()
    • getState

      Line.State getState()