Package org.locationtech.udig.project.internal.command.navigation

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


     * @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

Related Classes of org.locationtech.udig.project.internal.command.navigation.SetViewportWidth

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.