Class netscape.peas.NervousText
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.peas.NervousText

netscape.peas.NervousText

public class NervousText

Variable Index

 o message

Constructor Index

 o NervousText()

Method Index

 o getMessage()
getMessage is the getter method for the message property
 o init()
 o mouseDown(Event, int, int)
 o paint(Graphics)
 o run()
 o setMessage(String)
setMessage is the setter method for the message property
 o start()
 o stop()

Variables

 o message
  public String message

Constructors

 o NervousText
  public NervousText()

Methods

 o init
  public void init()
 o start
  public void start()
 o stop
  public void stop()
 o run
  public void run()
 o paint
  public void paint(Graphics g)
 o getMessage
  public String getMessage()
getMessage is the getter method for the message property
 o setMessage
  public void setMessage(String newVal)
setMessage is the setter method for the message property
 o mouseDown
  public boolean mouseDown(Event evt,
                           int x,
                           int y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index