Class VisualizePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Explorer.ExplorerPanel

public class VisualizePanel extends MatrixPanel implements Explorer.ExplorerPanel
A slightly extended MatrixPanel for better support in the Explorer.
Version:
$Revision: 7059 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • VisualizePanel

      public VisualizePanel()
  • Method Details

    • setExplorer

      public void setExplorer(Explorer parent)
      Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)
      Specified by:
      setExplorer in interface Explorer.ExplorerPanel
      Parameters:
      parent - the parent frame
    • getExplorer

      public Explorer getExplorer()
      returns the parent Explorer frame
      Specified by:
      getExplorer in interface Explorer.ExplorerPanel
      Returns:
      the parent
    • getTabTitle

      public String getTabTitle()
      Returns the title for the tab in the Explorer
      Specified by:
      getTabTitle in interface Explorer.ExplorerPanel
      Returns:
      the title of this tab
    • getTabTitleToolTip

      public String getTabTitleToolTip()
      Returns the tooltip for the tab in the Explorer
      Specified by:
      getTabTitleToolTip in interface Explorer.ExplorerPanel
      Returns:
      the tooltip of this tab
    • main

      public static void main(String[] args)
      Tests out the visualize panel from the command line.
      Parameters:
      args - may optionally contain the name of a dataset to load.