Ejemplo n.º 1
0
 /** @generated */
 public ChartWithoutAxes copyInstance() {
   ChartWithoutAxesImpl dest = new ChartWithoutAxesImpl();
   dest.set(this);
   return dest;
 }
Ejemplo n.º 2
0
 /**
  * A convenience method to create an initialized 'ChartWithoutAxes' instance
  *
  * @return chart model
  */
 public static ChartWithoutAxes createDefault() {
   final ChartWithoutAxes cwoa = ModelFactory.eINSTANCE.createChartWithoutAxes();
   ((ChartWithoutAxesImpl) cwoa).initDefault();
   return cwoa;
 }