| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.fo.expr.FunctionBaseorg.apache.fop.fo.expr.AbsFunctionpublic class AbsFunctionextends FunctionBaseMethod Summary | |
Property |
|
int |
|
Methods inherited from class org.apache.fop.fo.expr.FunctionBase | |
getPercentBase, padArgsWithPropertyName | |
public Property eval(Property[] args, PropertyInfo propInfo) throws PropertyException
- Parameters:
args- array of arguments to be evaluated, the first of which should be a numeric valuepropInfo- the PropertyInfo object to be evaluated
- Returns:
- the absolute value of the input
- Throws:
PropertyException- for non-numeric input
| fop 0.94 |