Esempio n. 1
0
 //-----
 //select line plot
 public void setLinePlot()
 {
     plts = new LinePlotStrategy();
 }
Esempio n. 2
0
 //-----
 //select bar plot
 public void setBarPlot()
 {
     plts = new BarPlotStrategy();
 }