Package org.axsl.galley

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


            return;
        }
        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);
    }
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.