/** @generated */ public ChartWithoutAxes copyInstance() { ChartWithoutAxesImpl dest = new ChartWithoutAxesImpl(); dest.set(this); return dest; }
/** * 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; }