Examples of brOriginX()


Examples of org.foray.area.NormalBlockArea.brOriginX()

                areaTree);

        final AreaNode node = firstNormalFlowArea.getChildAt(0);
        assertTrue(node instanceof NormalBlockArea);
        final NormalBlockArea blockArea = (NormalBlockArea) node;
        assertEquals(72000, blockArea.brOriginX());
        assertEquals(720000, blockArea.brOriginY());
        assertEquals(432000, blockArea.brIpd());

        assertEquals(72500, blockArea.prOriginX());
        assertEquals(719500, blockArea.prOriginY());
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.