Package diva.canvas

Examples of diva.canvas.BasicZList$IntersectedGSet


     * Create an image figure group with the given shape, fill, outline and line width.
     *
     * @param interactor determines the selection behavior of the figure group (may be null)
     */
    public ImageFigureGroup(Interactor interactor) {
        _children = new BasicZList();
        _listenerManager = new CanvasFigureListenerManager(this);
        updateGeometry();

        if (interactor != null) {
            setInteractor(interactor);
View Full Code Here

TOP

Related Classes of diva.canvas.BasicZList$IntersectedGSet

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.