java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
所有已实现的接口:
ImageObserver, MenuContainer, Serializable, RevisionHandler

public class GraphPanel extends JComponent implements RevisionHandler

GraphPanel.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht
Date: Sep 16, 2004
Time: 10:28:19 AM
$ Revision 1.4 $

版本:
$Revision: 1.4 $
作者:
Zhanna Melnikova-Albrecht (melnikov@cip.ifi.lmu.de), Rainer Holzmann (holzmann@cip.ifi.lmu.de)
另请参阅:
  • 构造器详细资料

    • GraphPanel

      public GraphPanel(FastVector resultVector, int verticalAdjustment, boolean showCoreDistances, boolean showReachbilityDistances)
  • 方法详细资料

    • setResultVector

      public void setResultVector(FastVector resultVector)
      Sets a new resultVector
      参数:
      resultVector -
    • setNewToolTip

      public void setNewToolTip(String toolTip)
      Displays a toolTip for the selected DataObject
      参数:
      toolTip -
    • adjustSize

      public void adjustSize(SERObject serObject)
      Adjusts the size of this panel in respect of the shown content
      参数:
      serObject - SERObject that contains the OPTICS clustering results
    • isShowCoreDistances

      public boolean isShowCoreDistances()
      Returns the flag for showCoreDistances
      返回:
      True or false
    • setShowCoreDistances

      public void setShowCoreDistances(boolean showCoreDistances)
      Sets the flag for showCoreDistances
      参数:
      showCoreDistances -
    • isShowReachabilityDistances

      public boolean isShowReachabilityDistances()
      Returns the flag for showReachabilityDistances
      返回:
      True or false
    • setShowReachabilityDistances

      public void setShowReachabilityDistances(boolean showReachabilityDistances)
      Sets the flag for showReachabilityDistances
      参数:
      showReachabilityDistances -
    • setVerticalAdjustment

      public void setVerticalAdjustment(int verticalAdjustment)
      Sets a new value for the vertical verticalAdjustment
      参数:
      verticalAdjustment -
    • setCoreDistanceColor

      public void setCoreDistanceColor(Color coreDistanceColor)
      Sets a new color for the coreDistance
      参数:
      coreDistanceColor -
    • setReachabilityDistanceColor

      public void setReachabilityDistanceColor(Color reachabilityDistanceColor)
      Sets a new color for the reachabilityDistance
      参数:
      reachabilityDistanceColor -
    • getRevision

      public String getRevision()
      Returns the revision string.
      指定者:
      getRevision 在接口中 RevisionHandler
      返回:
      the revision