Package org.foray.fotree.fo.prop

Examples of org.foray.fotree.fo.prop.PdScaleOption


        }
        case RULE_THICKNESS: {
            return new PdRuleThickness(fobj, propertyFullName, attributeValue);
        }
        case SCALE_OPTION: {
            return new PdScaleOption(fobj, propertyFullName, attributeValue);
        }
        case SCALING: {
            return new PdScaling(fobj, propertyFullName, attributeValue);
        }
        case SCALING_METHOD: {
View Full Code Here

TOP

Related Classes of org.foray.fotree.fo.prop.PdScaleOption

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.