java.lang.Object
zext.plantuml.com.ctreber.acearth.plugins.Plugin
All Implemented Interfaces:
ActionListener, EventListener
Direct Known Subclasses:
PluginMarkers

public abstract class Plugin extends Object implements ActionListener

© 2002 Christian Treber, [email protected] (Nov 6, 2002)

  • Field Details

    • fParent

      protected ACearth fParent
    • fActiveP

      protected boolean fActiveP
    • fProjection

      protected Projection fProjection
    • fRenderTarget

      protected PixelCanvas fRenderTarget
  • Constructor Details

    • Plugin

      public Plugin()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • hasGUIP

      public abstract boolean hasGUIP()
    • render

      public abstract void render()
    • setProjection

      public void setProjection(Projection pProjection)
    • setRenderTarget

      public void setRenderTarget(PixelCanvas pRenderTarget)
    • setParent

      public void setParent(ACearth pParent)