Ejemplo n.º 1
0
 /* (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);
   }
 }