Examples of viewportIpd()


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

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

    /**
     * {@inheritDoc}
     */
 
View Full Code Here

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

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

    /**
     * {@inheritDoc}
     */
 
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.