com.googlecode.wickedcharts.highcharts.options
Class Function
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Function
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AddPointFunction, DefaultFormatter, DrilldownFunction, InteractionFunction, PercentageAndValueFormatter, PercentageFormatter, RedirectFunction, RemovePointFunction, SelectionFunction, StackTotalFormatter
public class Function
- extends Object
- implements Serializable
- Author:
- Matthias Balke
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Function
public Function()
Function
public Function(String functionBody)
getFunction
public String getFunction()
setFunction
public Function setFunction(String functionBody)
addParameter
protected void addParameter(String parameter)
- With this function, you can add parameters to the signature of the
javascript function. All parameters added with this method will be included
as parameters in the rendered function call.
- Parameters:
parameter - the name of the parameter.
Copyright © 2013. All Rights Reserved.