com.ctreber.acearth.plugins
Class Plugin
java.lang.Object
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]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fParent
protected ACearth fParent
fActiveP
protected boolean fActiveP
fProjection
protected Projection fProjection
fRenderTarget
protected PixelCanvas fRenderTarget
Plugin
public Plugin()
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.