A B C D E F G I M S

F

FC_ColorCounter - Variable in class com.fusioncharts.FusionChartsHelper
 
FusionChartsCreator - Class in com.infosoftglobal.fusioncharts
Deprecated. Please use classes from com.fusioncharts package
FusionChartsCreator() - Constructor for class com.infosoftglobal.fusioncharts.FusionChartsCreator
Deprecated.  
FusionChartsHelper - Class in com.fusioncharts
Contains methods to add no cache string to a url,getting colors for the charts.
This class can be used to create chart xml given the swf filename and other
parameters.
In order to use this class in your jsps,import this class and
call the appropriate method directly as follows:
FusionChartsHelper.addCacheToDataURL(...);
In order to use this class for colors call the method as shown:
FusionChartsHelper helper = new FusionChartsHelper();
String color = helper.getFCColor();
FusionChartsHelper() - Constructor for class com.fusioncharts.FusionChartsHelper
 

A B C D E F G I M S