Examples of evalColor()


Examples of org.foray.fotree.value.PropertyValue.evalColor()

            final FObj fobj, final FoContext context) {
        final ValueCollection collection = (ValueCollection) value();
        final int whichElement = PropertyCollection.whichElementForDirectional(
                direction, collection.getCount());
        final PropertyValue insideProperty = collection.getItem(whichElement);
        return insideProperty.evalColor();
    }

    /**
     * Returns the value of this property when the value is a keyword.
     * @param context An object that knows how to resolve FO context issues.
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.