|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.fo.expr.FunctionBase
org.apache.fop.fo.expr.NearestSpecPropFunction
public class NearestSpecPropFunction
Class modelling the from-nearest-specified-value function. See Sec. 5.10.4 of the XSL-FO standard.
| Constructor Summary | |
|---|---|
NearestSpecPropFunction()
|
|
| Method Summary | |
|---|---|
Property |
eval(Property[] args,
PropertyInfo pInfo)
Evaluate the function |
int |
nbArgs()
|
boolean |
padArgsWithPropertyName()
|
| 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 NearestSpecPropFunction()
| Method Detail |
|---|
public int nbArgs()
public boolean padArgsWithPropertyName()
padArgsWithPropertyName in interface FunctionpadArgsWithPropertyName in class FunctionBase
public Property eval(Property[] args,
PropertyInfo pInfo)
throws PropertyException
Function
args - array of arguments for the functionpInfo - PropertyInfo for the function
PropertyException - for invalid arguments to the function
|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||