Last Updated: 3/4/97
Class NFComboChart
Class NFComboChart
public class NFComboChart extends NFBarchart
NFComboChart is subclassed from the NFBarchart
Constructors
Methods
NFComboChart (Applet a)
-
Create a new NFComboChart using the entire screen.
-
NFComboChart (Applet a,
int x,
int y,
int w,
int h)
-
Create a NFComboChart that will be displayed within the
given region of the screen.
-
protected void defineParams ()
-
This method extends the NFBarchart.defineParams()
method to define the following HTML parameters:
-
LineSets
LineSet[1-20]
-
protected void drawData (Graphics g)
-
This extends the barchart method so that the line sets
will be drawn after the bars.
-
protected synchronized void loadParams () throws Exception
-
Loads the ComboChart specific parameters
-