Package cc.sketchchair.core

Examples of cc.sketchchair.core.UndoAction


      }
    } // TODO Auto-generated method stub

    if (shapeSelected && getParentSketch().getSketchGlobals().undo != null)
      getParentSketch().getSketchGlobals().undo
          .addOperation(new UndoAction(this, this.clone(),
              UndoAction.EDIT_SHAPE));

    //if (!shapeSelected)
    this.getCentrePath().selectNodes(mouseX, mouseY);

    if (this.path.getSelectedNodes().size() > 0 && !shapeSelected)
      getParentSketch().getSketchGlobals().undo
          .addOperation(new UndoAction(this, this.clone(),
              UndoAction.EDIT_SHAPE));

  }
View Full Code Here

TOP

Related Classes of cc.sketchchair.core.UndoAction

Copyright © 2018 www.massapicom. 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.