Class DamnPlugin

java.lang.Object
org.openstreetmap.josm.plugins.Plugin
org.openstreetmap.josm.plugins.damn.DamnPlugin
All Implemented Interfaces:
org.openstreetmap.josm.gui.MapFrameListener

public class DamnPlugin extends org.openstreetmap.josm.plugins.Plugin
Damn plugin -- client for Divide and Map. Now.
Since:
xxx
Author:
qeef
  • Constructor Summary

    Constructors
    Constructor
    Description
    DamnPlugin(org.openstreetmap.josm.plugins.PluginInformation info)
    Constructs a new DamnPlugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mapFrameInitialized(org.openstreetmap.josm.gui.MapFrame oldFrame, org.openstreetmap.josm.gui.MapFrame newFrame)
     

    Methods inherited from class org.openstreetmap.josm.plugins.Plugin

    addDownloadSelection, getPluginDirs, getPluginInformation, getPluginResourceClassLoader, getPreferenceSetting, setPluginInformation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DamnPlugin

      public DamnPlugin(org.openstreetmap.josm.plugins.PluginInformation info)
      Constructs a new DamnPlugin.
  • Method Details

    • mapFrameInitialized

      public void mapFrameInitialized(org.openstreetmap.josm.gui.MapFrame oldFrame, org.openstreetmap.josm.gui.MapFrame newFrame)
      Specified by:
      mapFrameInitialized in interface org.openstreetmap.josm.gui.MapFrameListener
      Overrides:
      mapFrameInitialized in class org.openstreetmap.josm.plugins.Plugin