Package 

Class ViewGraphPlugin

  • All Implemented Interfaces:
    java.lang.Runnable , net.maizegenetics.plugindef.Plugin , net.maizegenetics.plugindef.PluginListener , net.maizegenetics.util.ProgressListener

    
    public class ViewGraphPlugin
    extends AbstractPlugin
                        

    This plugin uses Graph Stream to visually display a PHG graph. It has controls to navigate through the Reference Ranges and show labels on the nodes.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewGraphPlugin(Frame parentFrame, boolean isInteractive)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      DataSet processData(DataSet input)
      String pathsDir() Paths directory
      ViewGraphPlugin pathsDir(String value) Set Paths Directory.
      String pathMethodName() Path Method Name Stored in the DB
      ViewGraphPlugin pathMethodName(String value) Set Path Method Name.
      ImageIcon getIcon()
      String getButtonName()
      String getToolTipText()
      • Methods inherited from class net.maizegenetics.plugindef.AbstractPlugin

        addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getListeners, getMenu, getPanel, getParameter, getParentFrame, getUsage, getUsageHTML, hasListeners, isInteractive, isPluginParameter, performFunction, pluginDescription, pluginParameters, pluginUserManualURL, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameters, setParametersToDefault, setThreaded, trace, usageParameters, wasCancelled
      • Methods inherited from class net.maizegenetics.plugindef.Plugin

        getPluginInstance, isPlugin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait