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