Package net.sf.latexdraw.glib.models.interfaces.shape

Examples of net.sf.latexdraw.glib.models.interfaces.shape.IShape.copy()


  @Override
  public IShape duplicate() {
    final IShape shape = ShapeFactory.newShape(this.getClass()).get();

    shape.copy(this);
    return shape;
  }


  @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.