Class GeneratePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GeneratePanel extends JPanel
The panel for controlling the generator.
See Also:
  • Field Details

  • Constructor Details

    • GeneratePanel

      public GeneratePanel(jadex.core.IExternalAccess agent)
      Create a new panel.
  • Method Details

    • init

      protected void init(jadex.core.IExternalAccess agent)
    • calcDefaultImage

      public void calcDefaultImage()
      Calculate and display the default image from current settings.
    • getStatusBar

      public StatusBar getStatusBar()
      Get the sb.
      Returns:
      the sb.
    • updateProperties

      public void updateProperties(AreaData data)
      Update the properties with new area data.
    • createGui

      public static GeneratePanel createGui(jadex.core.IExternalAccess agent)
      Create a gui.
    • pack

      protected void pack()