Examples of SetViewportWidth


Examples of org.locationtech.udig.project.internal.command.navigation.SetViewportWidth

     * @param width the new viewport width
     * @return a new SetViewportWidth object
     * @see NavCommand
     */
    public NavCommand createSetViewportWidth( double width ) {
        return new SetViewportWidth(width);
    }
View Full Code Here

Examples of org.locationtech.udig.project.internal.command.navigation.SetViewportWidth

     * @return a new SetViewportWidth object
     * @see NavCommand
     * @deprecated Please use new SetViewportWidth(width)
     */
    public NavCommand createSetViewportWidth( double width ) {
        return new SetViewportWidth(width);
    }
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.