com.googlecode.wickedcharts.highcharts.options
Class Function

java.lang.Object
  extended by 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

Constructor Summary
Function()
           
Function(String functionBody)
           
 
Method Summary
protected  void addParameter(String parameter)
          With this function, you can add parameters to the signature of the javascript function.
 String getFunction()
           
 Function setFunction(String functionBody)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Function

public Function()

Function

public Function(String functionBody)
Method Detail

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.