public abstract class AbstractPeriodSetPlot extends AbstractSingleValueSetPlot implements PeriodSetPlot
labels| Constructor and Description |
|---|
AbstractPeriodSetPlot(TimePeriod period) |
| Modifier and Type | Method and Description |
|---|---|
<D> void |
addData(SetRangeMapper<D> t,
D r)
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 |
TimePeriod |
getPeriod() |
getCounts, getLegends, getTable, hasLegends, permSets, scale, setLegendsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, get, setgetCounts, getLegends, getNumSets, getTable, hasLegends, permSets, setLegends, setNumSetspublic AbstractPeriodSetPlot(TimePeriod period)
public TimePeriod getPeriod()
public <D> void addData(SetRangeMapper<D> t, D r) throws java.lang.Exception
PeriodPlotaddData in interface PeriodPlotInvalidTransformExceptionjava.lang.Exceptionpublic <F> boolean addMapData(QueryMapper<F> t, F fac) throws InvalidTransformException
PeriodPlotQueryMapper and a factory
Each point of the graph is generated by a call to the QueryMapperaddMapData in interface PeriodPlotF - type of factoryt - QueryMapper to usefac - Factory to queryInvalidTransformException