Package org.foray.fotree.fo.prop

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


        case INTERNAL_DESTINATION: {
            return new PdInternalDestination(fobj, propertyFullName,
                    attributeValue);
        }
        case INTRINSIC_SCALE_VALUE: {
            return new PdIntrinsicScaleValue(fobj, propertyFullName,
                    attributeValue);
        }
        case INTRUSION_DISPLACE: {
            return new PdIntrusionDisplace(fobj, propertyFullName,
                    attributeValue);
View Full Code Here

TOP

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

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.