

Public Member Functions | |
| Plot () | |
| Plot (int width, int height) | |
| Plot (int width, int height, String file) | |
| void | eventReceived (Event event) |
Static Public Member Functions | |
| static void | main (String[] args) |
Protected Member Functions | |
| void | initUser () |
| void | initComms () |
| void | eventCreateAction (Event event) |
Protected Attributes | |
| PlotWindow | pw |
| oakplot.Plot.Plot | ( | ) |
Create a plot window using the default size
| oakplot.Plot.Plot | ( | int | width, | |
| int | height | |||
| ) |
Create a plot window with the specified width and height for the drawing area.
| [in] | width | Width of drawing area |
| [in] | height | Height of drawing area |
| oakplot.Plot.Plot | ( | int | width, | |
| int | height, | |||
| String | file | |||
| ) |
Create a plot window with the specified width and height for the drawing area.
| [in] | width | Width of drawing area |
| [in] | height | Height of drawing area |
| [in] | file | Filename to process |
| static void oakplot.Plot.main | ( | String[] | args | ) | [static] |
Main routine of OakPlot. Parse the input arguements and create a new instance of OakPlot.
| [in] | args | Input arguements |
1.5.8