コード例 #1
0
ファイル: PieChartGenerator.java プロジェクト: JayH5/mason
 public void removeSeries(int index) {
   super.removeSeries(index);
   update();
 }