|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Generator
A generic interface to a data generating algorithm.
Method Summary | |
---|---|
Point[] |
createPoints(Region region,
int num)
Create a set of data points within the given region. |
Point[] |
getReferencePoints()
Get reference points, if any, associated with the most recently generated data set. |
Method Detail |
---|
Point[] createPoints(Region region, int num)
region
- The region of the plane in which the points
must lie.num
- The desired number of points.
Point[] getReferencePoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |