public interface ScatterPeriodPlot extends Plot
| Modifier and Type | Method and Description |
|---|---|
<D> void |
addData(RangeMapper<D> x,
RangeMapper<D> y,
D object)
Basic method for mapping an object into the plot.
|
void |
addPoint(float x,
float y) |
void |
setLabel(java.lang.String key) |
<D> void addData(RangeMapper<D> x, RangeMapper<D> y, D object) throws InvalidTransformException
Note that the same interface can be used to map individual records or to query a factory for a required period.
x - A RangeMapper to generate the X coordinatey - A RangeMapper to generate the Y coordinateobject - InvalidTransformExceptionvoid addPoint(float x,
float y)
void setLabel(java.lang.String key)