Examples of prBpd()


Examples of org.axsl.galley.BackgroundArea.prBpd()

        final BackgroundArea backgroundArea = (BackgroundArea) area;
        final StringBuilder buffer = new StringBuilder();
        outputAttribute(buffer, "x", backgroundArea.prOriginX());
        outputAttribute(buffer, "y", backgroundArea.prOriginY());
        outputAttribute(buffer, "ipd", backgroundArea.prIpd());
        outputAttribute(buffer, "bpd", backgroundArea.prBpd());
        this.writeEmptyElement("padding-rectangle", buffer);
    }

    /**
     * Writes information about an area's content rectangle to a given buffer.
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.