Class DisplayAgent

java.lang.Object
jadex.micro.mandelbrot.display.DisplayAgent

public class DisplayAgent extends Object
Agent offering a display service.
  • Field Details

    • agent

      protected jadex.core.IComponent agent
      The agent.
    • panel

      protected DisplayPanel panel
      The GUI.
  • Constructor Details

    • DisplayAgent

      public DisplayAgent()
  • Method Details

    • agentCreated

      public void agentCreated()
      Called once after agent creation.
    • getPanel

      public DisplayPanel getPanel()
      Get the display panel.