Package org.foray.fotree.fo.prop

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


        }
        case RICHNESS: {
            return new PdRichness(fobj, propertyFullName, attributeValue);
        }
        case RIGHT: {
            return new PdRight(fobj, propertyFullName, attributeValue);
        }
        case ROLE: {
            return new PdRole(fobj, propertyFullName, attributeValue);
        }
        case RULE_STYLE: {
View Full Code Here

TOP

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

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.