|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DataSink
provides a mechanism that allows PointValue
producers
and PointValue
consumers to communicate. Implementors of this interface process
points as they are produced.
PointValue
Method Summary | |
void |
addPoint(PointValue p)
Drops a new point into the sink. |
void |
setMax(int v)
Establishes maximum expected value for points coming down this sink. |
Method Detail |
public void addPoint(PointValue p)
p
- the point.public void setMax(int v)
v
- the maximum value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |