类 VisualizePanel

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible, Explorer.ExplorerPanel

public class VisualizePanel extends MatrixPanel implements Explorer.ExplorerPanel
A slightly extended MatrixPanel for better support in the Explorer.
版本:
$Revision: 7059 $
作者:
fracpete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • VisualizePanel

      public VisualizePanel()
  • 方法详细资料

    • setExplorer

      public void setExplorer(Explorer parent)
      Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)
      指定者:
      setExplorer 在接口中 Explorer.ExplorerPanel
      参数:
      parent - the parent frame
    • getExplorer

      public Explorer getExplorer()
      returns the parent Explorer frame
      指定者:
      getExplorer 在接口中 Explorer.ExplorerPanel
      返回:
      the parent
    • getTabTitle

      public String getTabTitle()
      Returns the title for the tab in the Explorer
      指定者:
      getTabTitle 在接口中 Explorer.ExplorerPanel
      返回:
      the title of this tab
    • getTabTitleToolTip

      public String getTabTitleToolTip()
      Returns the tooltip for the tab in the Explorer
      指定者:
      getTabTitleToolTip 在接口中 Explorer.ExplorerPanel
      返回:
      the tooltip of this tab
    • main

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