All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.IntGlide

java.lang.Object
   |
   +----Acme.IntGlide

public class IntGlide
extends Object
Randomly glide an int around within a specified range.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o IntGlide(int, int, int)
Constructor, unspecified initial value.
 o IntGlide(int, int, int, int)
Constructor.

Method Index

 o next()
Return the next value in the sequence.

Constructors

 o IntGlide
 public IntGlide(int low,
                 int high,
                 int maxdelta,
                 int value)
Constructor.

 o IntGlide
 public IntGlide(int low,
                 int high,
                 int maxdelta)
Constructor, unspecified initial value.

Methods

 o next
 public int next()
Return the next value in the sequence.


All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs