com.ctreber.acearth.plugins
Class Plugin

java.lang.Object
  extended by com.ctreber.acearth.plugins.Plugin
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
PluginMarkers

public abstract class Plugin
extends java.lang.Object
implements java.awt.event.ActionListener

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

Author:
Christian Treber, [email protected]

Field Summary
protected  boolean fActiveP
           
protected  ACearth fParent
           
protected  Projection fProjection
           
protected  PixelCanvas fRenderTarget
           
 
Constructor Summary
Plugin()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
abstract  boolean hasGUIP()
           
abstract  void render()
           
 void setParent(ACearth pParent)
           
 void setProjection(Projection pProjection)
           
 void setRenderTarget(PixelCanvas pRenderTarget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fParent

protected ACearth fParent

fActiveP

protected boolean fActiveP

fProjection

protected Projection fProjection

fRenderTarget

protected PixelCanvas fRenderTarget
Constructor Detail

Plugin

public Plugin()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.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)


Copyright © 2011. All Rights Reserved.