Package org.axsl.common.value

Examples of org.axsl.common.value.RuleStyle


        }
        final int rx = area.crOriginX();
        final int ry = area.crOriginY();
        final int w = area.crIpd();
        final int th = area.traitRuleThickness();
        final RuleStyle st = area.traitRuleStyle();

        // checks whether thickness is = 0, because of bug in pdf (or where?),
        // a line with thickness 0 is still displayed
        if (th != 0) {
            switch (st) {
View Full Code Here

TOP

Related Classes of org.axsl.common.value.RuleStyle

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.