org.jfree.formula.function.text

Class SubstituteFunction

Implemented Interfaces:
Function, Serializable

public class SubstituteFunction
extends java.lang.Object
implements Function

This function returns text where an old text is substituted with a new text.
Author:
Cedric Pronzato

Constructor Summary

SubstituteFunction()

Method Summary

TypeValuePair
evaluate(FormulaContext context, ParameterCallback parameters)
String
getCanonicalName()

Constructor Details

SubstituteFunction

public SubstituteFunction()

Method Details

evaluate

public TypeValuePair evaluate(FormulaContext context,
                              ParameterCallback parameters)
            throws EvaluationException
Specified by:
evaluate in interface Function

getCanonicalName

public String getCanonicalName()
Specified by:
getCanonicalName in interface Function