Examples of HorizontalRule


Examples of net.sf.jpluck.plucker.functions.HorizontalRule

    public static final Margin margin(int left, int right) {
        return new Margin(left, right);
    }

    public static final HorizontalRule horizontalRuleRelative(int height, int width) {
        return new HorizontalRule(height, width, true);
    }
View Full Code Here

Examples of net.sf.jpluck.plucker.functions.HorizontalRule

    public static final HorizontalRule horizontalRuleRelative(int height, int width) {
        return new HorizontalRule(height, width, true);
    }

    public static final HorizontalRule horizontalRuleAbsolute(int height, int width) {
        return new HorizontalRule(height, width, false);
    }
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.