Examples of ZoomDrawCommand


Examples of org.locationtech.udig.project.ui.internal.commands.draw.ZoomDrawCommand

     * @param y the amount of y translation
     * @return a new {@linkplain ZoomDrawCommand}
     * @see ZoomDrawCommand
     */
    public ZoomDrawCommand createZoomDrawCommand( int centerx, int centery, double amount ) {
        return new ZoomDrawCommand(centerx, centery, amount);
    }
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.