public abstract class Plugin
extends java.lang.Object
implements java.awt.event.ActionListener
© 2002 Christian Treber, [email protected] (Nov 6, 2002)
Modifier and Type | Field and Description |
---|---|
protected boolean |
fActiveP |
protected ACearth |
fParent |
protected Projection |
fProjection |
protected PixelCanvas |
fRenderTarget |
Constructor and Description |
---|
Plugin() |
Modifier and Type | Method and Description |
---|---|
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) |
protected ACearth fParent
protected boolean fActiveP
protected Projection fProjection
protected PixelCanvas fRenderTarget
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public abstract boolean hasGUIP()
public abstract void render()
public void setProjection(Projection pProjection)
public void setRenderTarget(PixelCanvas pRenderTarget)
public void setParent(ACearth pParent)
Copyright © 2020. All Rights Reserved.