Class Plugin
- java.lang.Object
-
- ext.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)
- Author:
- Christian Treber, [email protected]
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
fActiveP
protected ACearth
fParent
protected Projection
fProjection
protected PixelCanvas
fRenderTarget
-
Constructor Summary
Constructors Constructor Description Plugin()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
abstract boolean
hasGUIP()
abstract void
render()
void
setParent(ACearth pParent)
void
setProjection(Projection pProjection)
void
setRenderTarget(PixelCanvas pRenderTarget)
-
-
-
Field Detail
-
fParent
protected ACearth fParent
-
fActiveP
protected boolean fActiveP
-
fProjection
protected Projection fProjection
-
fRenderTarget
protected PixelCanvas fRenderTarget
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
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)
-
-