Package org.axsl.area

Examples of org.axsl.area.PageArea.bestMarker()


            final GraftingPoint graftingPoint) throws AreaTreeException {
        /* RetrieveMarker can only exist in static content, so we don't care
         * about tracking or setting progress at all. It either fits or it
         * doesn't. */
        final PageArea containingPage = areaNode.getPage();
        final Marker bestMarker = containingPage.bestMarker(this.node);
        if (bestMarker == null) {
            return Status.OK;
        }
        final MarkerPL markerPL = (MarkerPL) this.getLayoutProxy(bestMarker);
        // Necessary because the marker may get used multiple times.
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.