Examples of crWidth()


Examples of org.foray.fotree.fo.obj.RegionBody.crWidth()

        }
        if (value().canEvalPercentage()) {
            int base = 0;
            if (fobj instanceof RegionBody) {
                final RegionBody rb = (RegionBody) fobj;
                base = rb.crWidth(context);
            }
            final float percentage = value().evalPercentage();
            return Math.round(percentage * base
                    / WKConstants.PERCENT_CONVERSION);
        }
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.