fop 0.95beta | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fo.expr.FunctionBase
org.apache.fop.fo.expr.MinFunction
public class MinFunction
extends FunctionBase
Method Summary | |
Property |
|
int |
|
Methods inherited from class org.apache.fop.fo.expr.FunctionBase | |
getPercentBase , padArgsWithPropertyName |
public Property eval(Property[] args, PropertyInfo pInfo) throws PropertyException
Handle "numerics" if no proportional/percent parts
- Parameters:
args
- array of arguments to be processedpInfo
- PropertyInfo to be processed
- Returns:
- the minimum of the two args elements passed
- Throws:
PropertyException
- for invalid operands
fop 0.95beta |