Package simtools.diagram.undo

Examples of simtools.diagram.undo.ResizeEdit


                // Resize the shape
                resizeShape(selection.element, dtw, dth);

                if(ce!=null){
                    ce.addEdit(new ResizeEdit(dtw, dth, (Resizable)selection.element));
                }  

                newBounds = selection.element.getBounds();
                deltax = newBounds.width - oldBounds.width;
                deltay = newBounds.height - oldBounds.height;
View Full Code Here

TOP

Related Classes of simtools.diagram.undo.ResizeEdit

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.