程序包 weka.gui.beans

类 StripChart

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, BeanCommon, ChartListener, InstanceListener, UserRequestAcceptor, Visible

public class StripChart extends JPanel implements ChartListener, InstanceListener, Visible, BeanCommon, UserRequestAcceptor
Bean that can display a horizontally scrolling strip chart. Can display multiple plots simultaneously
版本:
$Revision: 7261 $
作者:
Mark Hall
另请参阅:
  • 构造器详细资料

    • StripChart

      public StripChart()
  • 方法详细资料

    • setCustomName

      public void setCustomName(String name)
      Set a custom (descriptive) name for this bean
      指定者:
      setCustomName 在接口中 BeanCommon
      参数:
      name - the name to use
    • getCustomName

      public String getCustomName()
      Get the custom (descriptive) name for this bean (if one has been set)
      指定者:
      getCustomName 在接口中 BeanCommon
      返回:
      the custom name (or the default name)
    • globalInfo

      public String globalInfo()
      Global info for this bean
      返回:
      a String value
    • xLabelFreqTipText

      public String xLabelFreqTipText()
      GUI Tip text
      返回:
      a String value
    • setXLabelFreq

      public void setXLabelFreq(int freq)
      Set the frequency for printing x label values
      参数:
      freq - an int value
    • getXLabelFreq

      public int getXLabelFreq()
      Get the frequency by which x axis values are printed
      返回:
      an int value
    • refreshFreqTipText

      public String refreshFreqTipText()
      GUI Tip text
      返回:
      a String value
    • setRefreshFreq

      public void setRefreshFreq(int freq)
      Set how often (in x axis points) to refresh the display
      参数:
      freq - an int value
    • getRefreshFreq

      public int getRefreshFreq()
      Get the refresh frequency
      返回:
      an int value
    • showChart

      public void showChart()
      Popup the chart panel
    • acceptInstance

      public void acceptInstance(InstanceEvent e)
      从接口复制的说明: InstanceListener
      Accept and process an instance event
      指定者:
      acceptInstance 在接口中 InstanceListener
      参数:
      e - an InstanceEvent value
    • acceptDataPoint

      public void acceptDataPoint(ChartEvent e)
      Accept a data point (encapsulated in a chart event) to plot
      指定者:
      acceptDataPoint 在接口中 ChartListener
      参数:
      e - a ChartEvent value
    • acceptDataPoint

      public void acceptDataPoint(double[] dataPoint)
      Accept a data point to plot
      参数:
      dataPoint - a double[] value
    • setVisual

      public void setVisual(BeanVisual newVisual)
      Set the visual appearance of this bean
      指定者:
      setVisual 在接口中 Visible
      参数:
      newVisual - a BeanVisual value
    • getVisual

      public BeanVisual getVisual()
      Get the visual appearance of this bean
      指定者:
      getVisual 在接口中 Visible
      返回:
      a BeanVisual value
    • useDefaultVisual

      public void useDefaultVisual()
      Use the default visual appearance for this bean
      指定者:
      useDefaultVisual 在接口中 Visible
    • stop

      public void stop()
      Stop any processing that the bean might be doing.
      指定者:
      stop 在接口中 BeanCommon
    • isBusy

      public boolean isBusy()
      Returns true if. at this time, the bean is busy with some (i.e. perhaps a worker thread is performing some calculation).
      指定者:
      isBusy 在接口中 BeanCommon
      返回:
      true if the bean is busy.
    • setLog

      public void setLog(Logger logger)
      Set a logger
      指定者:
      setLog 在接口中 BeanCommon
      参数:
      logger - a weka.gui.Logger value
    • connectionAllowed

      public boolean connectionAllowed(String eventName)
      Returns true if, at this time, the object will accept a connection via the named event
      指定者:
      connectionAllowed 在接口中 BeanCommon
      参数:
      eventName - the name of the event
      返回:
      true if the object will accept a connection
    • connectionAllowed

      public boolean connectionAllowed(EventSetDescriptor esd)
      Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
      指定者:
      connectionAllowed 在接口中 BeanCommon
      参数:
      esd - the EventSetDescriptor
      返回:
      true if the object will accept a connection
    • connectionNotification

      public void connectionNotification(String eventName, Object source)
      Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact.
      指定者:
      connectionNotification 在接口中 BeanCommon
      参数:
      eventName - the event
      source - the source with which this object has been registered as a listener
    • disconnectionNotification

      public void disconnectionNotification(String eventName, Object source)
      Notify this object that it has been deregistered as a listener with a source for named event. This object is responsible for recording this fact.
      指定者:
      disconnectionNotification 在接口中 BeanCommon
      参数:
      eventName - the event
      source - the source with which this object has been registered as a listener
    • enumerateRequests

      public Enumeration enumerateRequests()
      Describe enumerateRequests method here.
      指定者:
      enumerateRequests 在接口中 UserRequestAcceptor
      返回:
      an Enumeration value
    • performRequest

      public void performRequest(String request)
      Describe performRequest method here.
      指定者:
      performRequest 在接口中 UserRequestAcceptor
      参数:
      request - a String value
      抛出:
      IllegalArgumentException - if an error occurs
    • main

      public static void main(String[] args)
      Tests out the StripChart from the command line
      参数:
      args - ignored