uk.co.petertribble.solview.explorer
Class AggregateCpuPanel

java.lang.Object
  extended by KstatAccessoryPanel
      extended by uk.co.petertribble.solview.explorer.AggregateCpuPanel

public class AggregateCpuPanel
extends KstatAccessoryPanel


Constructor Summary
AggregateCpuPanel(KstatAggregate ksa, int interval, JKstat jkstat)
          Create a panel showing the input and output traffic on the given kstat that updates every interval seconds.
 
Method Summary
 void paint(java.awt.Graphics g)
           
 void updateAccessory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateCpuPanel

public AggregateCpuPanel(KstatAggregate ksa,
                         int interval,
                         JKstat jkstat)
Create a panel showing the input and output traffic on the given kstat that updates every interval seconds.

Method Detail

updateAccessory

public void updateAccessory()

paint

public void paint(java.awt.Graphics g)