Package jadex.micro.mandelbrot.display
Class DisplayAgent
java.lang.Object
jadex.micro.mandelbrot.display.DisplayAgent
Agent offering a display service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.core.IComponent
The agent.protected DisplayPanel
The GUI. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called once after agent creation.getPanel()
Get the display panel.
-
Field Details
-
agent
protected jadex.core.IComponent agentThe agent. -
panel
The GUI.
-
-
Constructor Details
-
DisplayAgent
public DisplayAgent()
-
-
Method Details
-
agentCreated
public void agentCreated()Called once after agent creation. -
getPanel
Get the display panel.
-