public abstract class Plugin extends Object implements 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(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(ActionEvent e)
actionPerformed
in interface 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 © 2015. All Rights Reserved.