コード例 #1
0
ファイル: ChartWithoutAxesImpl.java プロジェクト: jimmly/birt
 /* (non-Javadoc)
  * @see org.eclipse.birt.chart.model.impl.ChartImpl#setType(java.lang.String)
  */
 public void setType(String newType) {
   if (isValidDimensionNType(newType, this.dimension)) {
     super.setType(newType);
   }
 }