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, setLegends
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, get, set
getCounts, getLegends, getNumSets, getTable, hasLegends, permSets, setLegends, setNumSets
public AbstractPeriodSetPlot(TimePeriod period)
public TimePeriod getPeriod()
public <D> void addData(SetRangeMapper<D> t, D r) throws java.lang.Exception
PeriodPlot
addData
in interface PeriodPlot
InvalidTransformException
java.lang.Exception
public <F> boolean addMapData(QueryMapper<F> t, F fac) throws InvalidTransformException
PeriodPlot
QueryMapper
and a factory
Each point of the graph is generated by a call to the QueryMapper
addMapData
in interface PeriodPlot
F
- type of factoryt
- QueryMapper to usefac
- Factory to queryInvalidTransformException