com.wistrand.midlet.valentine
Class Wobbler

java.lang.Object
  |
  +--com.wistrand.midlet.valentine.Wobbler

public class Wobbler
extends java.lang.Object

Wobbler class


Constructor Summary
Wobbler(int max, int decay)
           
 
Method Summary
 int getValue()
           
 boolean isActive()
           
 void start(int delta)
           
 void stop()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wobbler

public Wobbler(int max,
               int decay)
Method Detail

update

public void update()

start

public void start(int delta)

stop

public void stop()

isActive

public boolean isActive()

getValue

public int getValue()