|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CurveShapeListener
An interface used to notify on curve changes.
PlotShape
Method Summary | |
---|---|
void |
shapeChanged(CurveShape cs)
This function is called when the shape changed. |
void |
shapeDataChanged(CurveShape cs,
DataSource oldData,
DataSource newData,
boolean onX)
This function is called when one of the data displayed by the curve is replaced |
Method Detail |
---|
void shapeChanged(CurveShape cs)
cs
- the curvevoid shapeDataChanged(CurveShape cs, DataSource oldData, DataSource newData, boolean onX)
cs
- the curveoldData
- the old datanewData
- the new dataisOnX
- true for X axis false otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |