Package org.foray.fotree

Examples of org.foray.fotree.FObj.traitBorderSeparationBpd()


        final FObj parent = fobj.effectiveParent(context);
        if (parent == null) {
            return 0;
        }
        if (axis == RelativeAxis.BLOCK_PROGRESSION) {
            return parent.traitBorderSeparationBpd(context);
        }
        if (axis == RelativeAxis.INLINE_PROGRESSION) {
            return parent.traitBorderSeparationIpd(context);
        }
        throw Property.unexpectedInitialValueArgument(
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.