Class Plugin
- java.lang.Object
-
- zext.plantuml.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, ct@ctreber.com (Nov 6, 2002)
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanfActivePprotected ACearthfParentprotected ProjectionfProjectionprotected PixelCanvasfRenderTarget
-
Constructor Summary
Constructors Constructor Description Plugin()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)abstract booleanhasGUIP()abstract voidrender()voidsetParent(ACearth pParent)voidsetProjection(Projection pProjection)voidsetRenderTarget(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(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.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)
-
-