Class Plugin
java.lang.Object
zext.plantuml.com.ctreber.acearth.plugins.Plugin
- All Implemented Interfaces:
ActionListener
,EventListener
- Direct Known Subclasses:
PluginMarkers
© 2002 Christian Treber, [email protected] (Nov 6, 2002)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected ACearth
protected Projection
protected PixelCanvas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
abstract boolean
hasGUIP()
abstract void
render()
void
void
setProjection
(Projection pProjection) void
setRenderTarget
(PixelCanvas pRenderTarget)
-
Field Details
-
fParent
-
fActiveP
protected boolean fActiveP -
fProjection
-
fRenderTarget
-
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
hasGUIP
public abstract boolean hasGUIP() -
render
public abstract void render() -
setProjection
-
setRenderTarget
-
setParent
-