public interface PeriodPlot extends SetPlot
SetPlot where each data value in a set corresponds to a period of time.| Modifier and Type | Method and Description |
|---|---|
<D> void |
addData(SetRangeMapper<D> t,
D object)
Basic method for mapping an object into the plot
|
<F> boolean |
addMapData(QueryMapper<F> t,
F fac)
Populate plot using a
QueryMapper and a factory
Each point of the graph is generated by a call to the QueryMapper |
getCounts, getLegends, getNumSets, getTable, hasLegends, permSets, setLegends, setNumSets<D> void addData(SetRangeMapper<D> t, D object) throws java.lang.Exception
t - object - InvalidTransformExceptionjava.lang.Exception<F> boolean addMapData(QueryMapper<F> t, F fac) throws InvalidTransformException
QueryMapper and a factory
Each point of the graph is generated by a call to the QueryMapperF - type of factoryt - QueryMapper to usefac - Factory to queryInvalidTransformException