Displays this profile plot in a window.
()
| 114 | |
| 115 | /** Displays this profile plot in a window. */ |
| 116 | public void createWindow() { |
| 117 | Plot plot = getPlot(); |
| 118 | if (plot!=null) |
| 119 | plot.show(); |
| 120 | } |
| 121 | |
| 122 | /** Returns the profile plot as a Plot object. */ |
| 123 | public Plot getPlot() { |