Last Updated: 3/4/97
Class NFStockChart

Class NFStockChart

public class NFStockChart extends NFComboChart

The Stock Chart is an extension of the Combo Chart, adding the ability to display a collection of stock sets, with bar and line sets.

Constructors

Methods


NFStockChart (Applet a)
Create a Stock Chart using the entire drawing area.

NFStockChart(Applet a,
             int x,
             int y,
             int w,
             int h)
Create a Stock Chart using the given drawing area.

protected void defineParams ()
Defines Stock Chart specific parameters

protected void drawData (Graphics g)
Extends the combo chart method to draw stock sets last.

protected void drawStock (Graphics g,
                          NFDataSeries ds)
Draw the given stock data based on the stored attributes

void initStockChart()
Initializes all Stock Chart data structures

protected synchronized void loadParams () throws Exception
Loads Stock chart specific parameters