コード例 #1
0
ファイル: SheetWriter.java プロジェクト: qiang2100/Smoker
 /**
  * Sets the charts for this sheet
  *
  * @param ch the charts
  */
 void setCharts(Chart[] ch) {
   drawingWriter.setCharts(ch);
 }