public class GenericSetPlot extends AbstractPeriodSetPlot
labels
Constructor and Description |
---|
GenericSetPlot(TimePeriod p,
int i) |
Modifier and Type | Method and Description |
---|---|
void |
add(int nset,
float value) |
void |
addData(Plot plot)
add the data from another plot of the same type as this one.
|
float |
get(int i) |
int |
getNumSets()
get the number of sets.
|
void |
set(int i,
float f) |
void |
setNumSets(int new_nset)
set Number of sets in this
SetPlot |
addData, addMapData, getPeriod
getCounts, getLegends, getTable, hasLegends, permSets, scale, setLegends
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCounts, getLegends, getTable, hasLegends, permSets, setLegends
public GenericSetPlot(TimePeriod p, int i)
public float get(int i)
public int getNumSets()
SetPlot
public void set(int i, float f)
public void setNumSets(int new_nset)
SetPlot
SetPlot
public void add(int nset, float value)