Examples of SetViewportHeight


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

     * @param height The new viewport height
     * @return a new SetViewportHeight object
     * @see NavCommand
     */
    public NavCommand createSetViewportHeight( double height ) {
        return new SetViewportHeight(height);
    }
View Full Code Here

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

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