Package 

Interface Segment2D


  • 
    public interface Segment2D
    
                        

    A basic 2-dimensional segment.

    • Method Summary

      Modifier and Type Method Description
      abstract Number getX1()
      abstract Number getY1()
      abstract Number getX2()
      abstract Number getY2()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait