Package org.foray.fotree.fo.enums

Examples of org.foray.fotree.fo.enums.Scaling


     * issues.
     * @return True iff this object is required to preserve the aspect ratio
     * for embedded graphical objects.
     */
    public boolean scalingUniform(final FoContext context) {
        final Scaling scaling = this.traitScaling(context);
        return scaling == Scaling.UNIFORM;
    }
View Full Code Here

TOP

Related Classes of org.foray.fotree.fo.enums.Scaling

Copyright © 2018 www.massapicom. 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.