Package 

Interface Graphical2DOutputMonitor

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.interfaces.GraphicalOutputMonitor , it.unibo.alchemist.boundary.interfaces.OutputMonitor , java.io.Serializable

    @Deprecated() 
    public interface Graphical2DOutputMonitor<T, P extends Position<out P>>
     implements GraphicalOutputMonitor<T, P>
                        

    An output monitor that supports zooming on bidimensional environments.

    • Method Summary

      Modifier and Type Method Description
      abstract void zoomTo(P center, double zoomLevel)
      • Methods inherited from class it.unibo.alchemist.boundary.interfaces.GraphicalOutputMonitor

        getStep, isRealTime, repaint, setDrawLinks, setEffectStack, setMarkCloserNode, setRealTime, setStep
      • Methods inherited from class it.unibo.alchemist.boundary.interfaces.OutputMonitor

        finished, initialized, stepDone
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • zoomTo

         abstract void zoomTo(P center, double zoomLevel)
        Parameters:
        center - the point where to zoom
        zoomLevel - the desired zoom level