程序包 weka.gui

类 MemoryUsagePanel

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

public class MemoryUsagePanel extends JPanel
A panel for displaying the memory usage.
版本:
$Revision: 7059 $
作者:
fracpete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • MemoryUsagePanel

      public MemoryUsagePanel()
      default constructor.
  • 方法详细资料

    • isMonitoring

      public boolean isMonitoring()
      Returns whether the thread is still running.
      返回:
      true if the thread is still running
    • stopMonitoring

      public void stopMonitoring()
      stops the monitoring thread.
    • getFrameLocation

      public Point getFrameLocation()
      Returns the default position for the dialog.
      返回:
      the default position
    • paintComponent

      public void paintComponent(Graphics g)
      draws the background image.
      参数:
      g - the graphics context