Examples of viewportBpd()


Examples of org.axsl.fo.fo.ExternalGraphic.viewportBpd()

     * Returns the bpd of the viewport for this area.
     * @return The bpd of the viewport for this area.
     */
    public int viewportBPD() {
        final ExternalGraphic eg = this.traitGeneratedBy();
        return eg.viewportBpd(this);
    }

    /**
     * Returns the ipd of the viewport for this area.
     * @return The ipd of the viewport for this area.
View Full Code Here

Examples of org.axsl.fo.fo.InstreamForeignObject.viewportBpd()

     * Returns the bpd of the viewport for this area.
     * @return The bpd of the viewport for this area.
     */
    public int viewportBPD() {
        final InstreamForeignObject ifo = this.traitGeneratedBy();
        return ifo.viewportBpd(this);
    }

    /**
     * Returns the ipd of the viewport for this area.
     * @return The ipd of the viewport for this area.
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.