These pages are auto-generated from self-documenting comments embedded in class files.
For more information on breve and steve, refer to the breve homepage.

Abstract : Graph

This class is included as part of the file Graph.tz.
To use this class in a simulation, include the line "@use Graph."

Class description:

Work in progress--not yet supported.

Class methods:


add-line with-color lineColor (vector)

Adds a line to the graph with the color lineColor. This method returns an integer corresponding to the new line. You will need to use this number to add values to the line later on using add-point.


add-point on-line lineNumber (int) with-value yValue (float)

Adds a point on the line lineNumber, with the Y-value yValue.


set-title to title (string)

Sets the title of the graph to title.


set-x-axis-name to xName (string)

Sets the X-axis label to xName.


set-y-axis-name to yName (string)

Sets the Y-axis label to yName.


Documentation created Sun Oct 7 19:13:02 2007