NetChartsServer  

NetChartsServer

Classes:

Name Description
DefaultPageCreator Creates a standard HTML page, including hover and status bar labels, from a ServerGeneratedImage.
Hashtable This class implements a hashtable, which maps keys to values.
ImageMapCreator This class produces a MAP tag suitable for inclusion in an HTML page.

Each of the MapElements passed to createImageMap will result in a corresponding AREA tag within the resultant MAP tag.  Each of these AREA tags have the HREF defined in the MapElement, as well as its target.

The parameters onMouseOver and onMouseOut on the method createImageMap allow for the creation of OnMouseOver and OnMouseOut attributes on the resultant AREA tags.  The text of these attributes can include information that is specific to the MapElement corresponding to the AREA tag.  Namely, the MapElements HREF, target, or label, selectedItemIndex or selectedItemParam can be inserted anywhere in the OnMouseOver or OnMouseOut text.  This can be accomplished by using the value of label, href, target, index or

MapElement This class represents a Map Element which can be used to create an HTML tag.
NSAppToolKit This class routes requests to a specified NetCharts Server from an application.
NSToolKit This class routes requests to a specified NetCharts Server from a web application.
ServerGeneratedImage This class represents a generated chart from NetCharts Server.
ServerGeneratedPage This class represents a generated chart page from NetCharts Server.

See Also