Examples of traitLeaderLengthMax()


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

        }
        case OPTIMUM: {
            return effectiveParent.traitLeaderLengthOpt(context);
        }
        case MAXIMUM: {
            return effectiveParent.traitLeaderLengthMax(context);
        }
        }
        return getValueNoInstance(subProperty, fobj, context);
    }
View Full Code Here

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

     * @throws PropertyException For errors parsing the value.
     */
    @Test
    public void testInitialMaximum() throws PropertyException {
        final FObj testFobj = makeTestFObj();
        final int leaderLengthMaximum = testFobj.traitLeaderLengthMax(
                STD_FO_CONTEXT);
        /* The initial value in the XSL-FO Recommendation is 100%. This value
         * is a percentage of the IPD of the content rectangle of the parent
         * area. Our standard test context has an IPD of 6 * 72000, or
         * 432,000. */
 
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.