Package 

Interface Isoline


  • 
    public interface Isoline
    
                        

    An isoline (also contour line, isopleth, or isarithm) of a function of two variables is a curve along which the function has a constant value, so that the curve joins points of equal value. Here the curve is approximated as a collection of 2D segments.

    • Method Summary

      Modifier and Type Method Description
      abstract Number getValue()
      abstract Collection<Segment2D> getSegments()
      • Methods inherited from class java.lang.Object

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