Uses of Class
org.apache.fop.fo.expr.PropertyInfo
Packages that use PropertyInfo
-
Uses of PropertyInfo in org.apache.fop.fo.expr
Fields in org.apache.fop.fo.expr declared as PropertyInfoMethods in org.apache.fop.fo.expr with parameters of type PropertyInfoModifier and TypeMethodDescriptionAbsFunction.eval
(Property[] args, PropertyInfo propInfo) Evaluate the functionBodyStartFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionCeilingFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionCIELabColorFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionCMYKColorFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionFloorFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionFromNearestSpecifiedValueFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionFromParentFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionFromTableColumnFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionFunction.eval
(Property[] args, PropertyInfo pi) Evaluate the functionInheritedPropFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionLabelEndFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionMaxFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionMinFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionOCAColorFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionProportionalColumnWidthFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionRGBColorFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionRGBICCColorFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionRGBNamedColorFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionRoundFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionSystemColorFunction.eval
(Property[] args, PropertyInfo pInfo) Evaluate the functionFromNearestSpecifiedValueFunction.getOptionalArgDefault
(int index, PropertyInfo pi) FromParentFunction.getOptionalArgDefault
(int index, PropertyInfo pi) FromTableColumnFunction.getOptionalArgDefault
(int index, PropertyInfo pi) Function.getOptionalArgDefault
(int index, PropertyInfo pi) FunctionBase.getOptionalArgDefault
(int index, PropertyInfo pi) InheritedPropFunction.getOptionalArgDefault
(int index, PropertyInfo pi) protected final Property
FunctionBase.getPropertyName
(PropertyInfo pi) static Property
PropertyParser.parse
(String expr, PropertyInfo propInfo) Public entrypoint to the Property expression parser.void
PropertyException.setPropertyInfo
(PropertyInfo propInfo) Sets the property context information.Constructors in org.apache.fop.fo.expr with parameters of type PropertyInfoModifierConstructorDescriptionprivate
PropertyParser
(String propExpr, PropertyInfo pInfo) Private constructor.