Package 

Class ConcreteIsolinesFactory

    • Method Summary

      Modifier and Type Method Description
      Segment2D makeSegment(Number x1, Number y1, Number x2, Number y2) Create a 2D segment.
      Isoline makeIsoline(Number value, Collection<Segment2D> segments) Create an Isoline.
      IsolinesFinder makeIsolinesFinder(IsolinesFactory.IsolineFinders algorithm) Create an IsolinesFinder object, capable of finding isolines.As different finders could be available - each one extractingisolines in a different way - you can specify which one to use withthe algorithm parameter.
      • Methods inherited from class it.unibo.alchemist.boundary.gui.isolines.IsolinesFactory

        makeIsoline, makeIsolinesFinder, makeSegment
      • Methods inherited from class java.lang.Object

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