java2dx by
jTEM

de.jtem.java2dx.plugin
Class ContourPlotPlugin

java.lang.Object
  extended by de.jtem.jrworkspace.plugin.Plugin
      extended by de.jtem.jrworkspace.plugin.sidecontainer.template.ShrinkPanelPlugin
          extended by de.jtem.java2dx.plugin.ContourPlotPlugin
All Implemented Interfaces:
HelpFlavor, UIFlavor, ShrinkPanel.HelpCalledListener

public class ContourPlotPlugin
extends ShrinkPanelPlugin


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.jtem.jrworkspace.plugin.flavor.HelpFlavor
HelpFlavor.HelpListener
 
Field Summary
 
Fields inherited from class de.jtem.jrworkspace.plugin.sidecontainer.template.ShrinkPanelPlugin
SHRINKER_BOTTOM, SHRINKER_DEFAULT, SHRINKER_LEFT, SHRINKER_RIGHT, SHRINKER_TOP, shrinkPanel
 
Constructor Summary
ContourPlotPlugin()
           
 
Method Summary
 ContourPlot getContourPlot()
           
 Class<? extends SideContainerPerspective> getPerspectivePluginClass()
           
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
static void main(String[] args)
           
 void setContourPlotEnabled(boolean b)
           
 void uninstall(Controller c)
           
 
Methods inherited from class de.jtem.jrworkspace.plugin.sidecontainer.template.ShrinkPanelPlugin
getDefaultIcon, getHelpDocument, getHelpHandle, getHelpIcon, getHelpPath, getHelpStyleSheet, getHelpTitle, getShrinkPanel, helpCalled, mainUIChanged, restoreStates, setHelpListener, setInitialPosition, setShowPanel, storeStates
 
Methods inherited from class de.jtem.jrworkspace.plugin.Plugin
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContourPlotPlugin

public ContourPlotPlugin()
Method Detail

getContourPlot

public ContourPlot getContourPlot()

getPerspectivePluginClass

public Class<? extends SideContainerPerspective> getPerspectivePluginClass()
Specified by:
getPerspectivePluginClass in class ShrinkPanelPlugin

getPluginInfo

public PluginInfo getPluginInfo()
Overrides:
getPluginInfo in class Plugin

install

public void install(Controller c)
             throws Exception
Overrides:
install in class ShrinkPanelPlugin
Throws:
Exception

main

public static void main(String[] args)

setContourPlotEnabled

public void setContourPlotEnabled(boolean b)

uninstall

public void uninstall(Controller c)
               throws Exception
Overrides:
uninstall in class ShrinkPanelPlugin
Throws:
Exception

java2dx by
jTEM

jTEM