org.apache.fop.fo.expr
Class RGBColorFunction

org.apache.fop.fo.expr.FunctionBase
  |
  +--org.apache.fop.fo.expr.RGBColorFunction

class RGBColorFunction
extends FunctionBase


Inner Class Summary
 (package private) static classRGBColorFunction.RGBPercentBase
           

Method Summary
 Propertyeval(Property[] args, PropertyInfo pInfo)
           
 PercentBasegetPercentBase()
          Return an object which implements the PercentBase interface.
 intnbArgs()
           

Method Detail

eval

public Property eval(Property[] args, PropertyInfo pInfo)
throws PropertyException

getPercentBase

public PercentBase getPercentBase()
Return an object which implements the PercentBase interface. Percents in arguments to this function are interpreted relative to 255.

nbArgs

public int nbArgs()