com.vividsolutions.jump.workbench.ui.plugin.scalebar
Class InstallScaleBarPlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.ui.plugin.InstallRendererPlugIn
          extended by com.vividsolutions.jump.workbench.ui.plugin.scalebar.InstallScaleBarPlugIn
All Implemented Interfaces:
PlugIn

public class InstallScaleBarPlugIn
extends InstallRendererPlugIn

Ensures that all TaskFrames get a scale bar.


Constructor Summary
InstallScaleBarPlugIn()
           
 
Method Summary
protected  Renderer.Factory createFactory(TaskFrame frame)
           
 
Methods inherited from class com.vividsolutions.jump.workbench.ui.plugin.InstallRendererPlugIn
initialize
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallScaleBarPlugIn

public InstallScaleBarPlugIn()
Method Detail

createFactory

protected Renderer.Factory createFactory(TaskFrame frame)
Specified by:
createFactory in class InstallRendererPlugIn