org.apache.fop.fo.expr
Interface Function

All Known Implementing Classes:
AbsFunction, BodyStartFunction, FopPropValFunction, FromParentFunction, FromTableColumnFunction, FunctionBase, InheritedPropFunction, LabelEndFunction, MaxFunction, MinFunction, NearestSpecPropFunction, PPColWidthFunction

public interface Function


Method Summary
 Property eval(Property[] args, PropertyInfo propInfo)
           
 PercentBase getPercentBase()
           
 int nbArgs()
           
 

Method Detail

nbArgs

int nbArgs()

getPercentBase

PercentBase getPercentBase()

eval

Property eval(Property[] args,
              PropertyInfo propInfo)
              throws PropertyException
Throws:
PropertyException


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.