|
fop 1.0 | |||||||||
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.LabelEndFunction
public class LabelEndFunction
Class modelling the label-end Property Value function. See Sec. 5.10.4 of the XSL-FO spec.
Constructor Summary | |
---|---|
LabelEndFunction()
|
Method Summary | |
---|---|
Property |
eval(Property[] args,
PropertyInfo pInfo)
Evaluate the function |
int |
nbArgs()
|
Methods inherited from class org.apache.fop.fo.expr.FunctionBase |
---|
getPercentBase, padArgsWithPropertyName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelEndFunction()
Method Detail |
---|
public int nbArgs()
public Property eval(Property[] args, PropertyInfo pInfo) throws PropertyException
Function
args
- array of arguments for the function (none are needed, but
required for the Function interface)pInfo
- PropertyInfo object for the function
PropertyException
- if called from outside of an fo:list-item
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |