Class PluginMarkers
- java.lang.Object
-
- zext.plantuml.com.ctreber.acearth.plugins.Plugin
-
- zext.plantuml.com.ctreber.acearth.plugins.markers.PluginMarkers
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
public class PluginMarkers extends Plugin
Renders markers to the render target. a
© 2002 Christian Treber, ct@ctreber.com
-
-
Field Summary
-
Fields inherited from class zext.plantuml.com.ctreber.acearth.plugins.Plugin
fActiveP, fParent, fProjection, fRenderTarget
-
-
Constructor Summary
Constructors Constructor Description PluginMarkers(java.util.List<Marker> markers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasGUIP()
void
render()
java.lang.String
toString()
-
Methods inherited from class zext.plantuml.com.ctreber.acearth.plugins.Plugin
actionPerformed, setParent, setProjection, setRenderTarget
-
-
-
-
Constructor Detail
-
PluginMarkers
public PluginMarkers(java.util.List<Marker> markers)
-
-