|
fop 0.90alpha1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.expr.FunctionBase | +--org.apache.fop.fo.expr.FopPropValFunction
This appears to be an artificial function, which handles the specified or initial value of the property on this object.
Constructor Summary | |
FopPropValFunction()
|
Method Summary | |
Property |
eval(Property[] args,
PropertyInfo pInfo)
Evaluate the function |
int |
nbArgs()
|
Methods inherited from class org.apache.fop.fo.expr.FunctionBase |
getPercentBase |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FopPropValFunction()
Method Detail |
public int nbArgs()
public Property eval(Property[] args, PropertyInfo pInfo) throws PropertyException
Function
args
- array of arguments, which should either be empty, or the
first of which should be an NCName corresponding to a property namepInfo
- PropertyInfo object to be evaluatedPropertyException
- for incorrect parameters
|
fop 0.90alpha1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |