public interface PeriodSequencePlot extends PeriodPlot
Modifier and Type | Method and Description |
---|---|
void |
datasetScale(double scale,
PeriodSequencePlot norm)
rescale a dataset by constant divided by the value in a different dataset
The normalisation dataset is assumed to have a single Set belong to the same class
as this object and use the same set of time periods.
|
void |
doConvertToStacked()
convert to stacked (each set stacks on top of each other).
|
java.util.Iterator<TimePeriod> |
getSubPeriods()
get an
Iterator over the time periods in the sequence. |
void |
rateScale(double scale)
re-scale all data values to by factor divided by the
number of milliseconds in the period.
|
void |
scaleCopy(double scale,
int src,
int dest)
copy the contents of one set to another scaling the values.
|
void |
scaleCumulative(double scale,
double[] initial)
Convert the data-set to a cumulative graph.
|
addData, addMapData
getCounts, getLegends, getNumSets, getTable, hasLegends, permSets, setLegends, setNumSets
void rateScale(double scale)
scale
- void scaleCumulative(double scale, double[] initial)
scale
- initial
- void scaleCopy(double scale, int src, int dest)
scale
- src
- dest
- java.util.Iterator<TimePeriod> getSubPeriods()
Iterator
over the time periods in the sequence.void doConvertToStacked()
void datasetScale(double scale, PeriodSequencePlot norm)
ds
- scale
- norm
-