Acme
Class IntGlide

java.lang.Object
  extended by Acme.IntGlide

public class IntGlide
extends java.lang.Object


Constructor Summary
IntGlide(int low, int high, int maxdelta)
           
IntGlide(int low, int high, int maxdelta, int value)
           
 
Method Summary
 int next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntGlide

public IntGlide(int low,
                int high,
                int maxdelta,
                int value)

IntGlide

public IntGlide(int low,
                int high,
                int maxdelta)
Method Detail

next

public int next()