Package org.netbeans.api.visual.anchor.Anchor

Examples of org.netbeans.api.visual.anchor.Anchor.Result


        super(widget);
        this.alignment = alignment;
    }

    public Result compute(Entry entry) {
        return new Result(getRelatedSceneLocation(), Anchor.DIRECTION_ANY);
    }
View Full Code Here

TOP

Related Classes of org.netbeans.api.visual.anchor.Anchor.Result

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.