Last Updated: 3/4/97
Class NFLegend

Class NFLegend

public class NFLegend

This class draws a legend, which may be explicitly defined using the legend parametes, or indirectly derived from the data sets passed at run-time. In all cases, the symbols supported include all of those provided by the XY chart, including line color and width.

Constructors

Methods


NFLegend ()
Constructor for NFLegend class.

static void defineLegend (NFParam p,
                          String name)
Define all the parameters needed for the legend, using the given base name.

boolean loadParams (NFParam p,
                    String name) throws Exception
Load all legend parameters with the given base name and modify the given legend object. If necessary, this method creates a new legend object and returns it as the result.