Package org.foray.area

Examples of org.foray.area.TextArea.crOriginY()


         * 188,610. x = 72,000 + 188,610 = 260,610. */
        assertEquals(260610, textArea.crOriginX());

        /* The y value of the text area content rectangle should be the same as
         * the parent line area. */
        assertEquals(718800, textArea.crOriginY());
    }

    /**
     * Test of fo/block-004.fo.
     * This is a test of centering of a text-area on a line, where the text-area
View Full Code Here


         * x = 72,000 + 152,238 = 224,658. */
        assertEquals(224658, textArea.crOriginX());

        /* The y value of the text area content rectangle should be the same as
         * the parent line area. */
        assertEquals(718800, textArea.crOriginY());
    }

}
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.