Package diva.canvas.interactor

Examples of diva.canvas.interactor.BasicGrabHandleFactory


    /**
     * Construct a new manipulator that uses rectangular grab-handles.
     */
    public ArcManipulator() {
        this(new BasicGrabHandleFactory());
    }
View Full Code Here


    /**
     * Construct a new manipulator that uses rectangular grab-handles.
     */
    public ConnectorManipulator() {
        this(new BasicGrabHandleFactory());
    }
View Full Code Here

TOP

Related Classes of diva.canvas.interactor.BasicGrabHandleFactory

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.