org.openjump.core.ui.plugin.view.helpclassescale
Class InstallShowScalePlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.ui.plugin.InstallRendererPlugIn
          extended by org.openjump.core.ui.plugin.view.helpclassescale.InstallShowScalePlugIn
All Implemented Interfaces:
PlugIn

public class InstallShowScalePlugIn
extends InstallRendererPlugIn

Ensures that all TaskFrames get a scale bar.

Author:
sstein

Constructor Summary
InstallShowScalePlugIn()
           
 
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

InstallShowScalePlugIn

public InstallShowScalePlugIn()
Method Detail

createFactory

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