org.jfree.formula.function.text

Class RightFunction

Implemented Interfaces:
Function, Serializable

public class RightFunction
extends java.lang.Object
implements Function

This function returns a selected number of text characters from the right.
This function depends on MidFunction.
Author:
Cedric Pronzato
See Also:
MidFunction

Constructor Summary

RightFunction()

Method Summary

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

Constructor Details

RightFunction

public RightFunction()

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