net.beadsproject.beads.gui
Class TimeGraph

java.lang.Object
  extended by net.beadsproject.beads.core.Bead
      extended by net.beadsproject.beads.gui.TimeGraph
All Implemented Interfaces:
InterfaceElement

public class TimeGraph
extends Bead
implements InterfaceElement


Constructor Summary
TimeGraph()
           
TimeGraph(int range)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 int getRange()
           
 void messageReceived(Bead message)
          Responds to an incoming message.
 void setRange(int range)
           
 
Methods inherited from class net.beadsproject.beads.core.Bead
getKillListener, getName, isDeleted, isPaused, kill, message, pause, setKillListener, setName, start, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeGraph

public TimeGraph()

TimeGraph

public TimeGraph(int range)
Method Detail

getComponent

public javax.swing.JComponent getComponent()
Specified by:
getComponent in interface InterfaceElement

getRange

public int getRange()

setRange

public void setRange(int range)

messageReceived

public void messageReceived(Bead message)
Description copied from class: Bead
Responds to an incoming message. Subclasses can override this in order to handle incoming messages. Typically a Bead would send a message to another Bead with itself as the arugment.

Overrides:
messageReceived in class Bead
Parameters:
message - the message