Returns an array of all PlotObjects defined as PlotProperties. Note that some may be null
()
| 4604 | |
| 4605 | /** Returns an array of all PlotObjects defined as PlotProperties. Note that some may be null */ |
| 4606 | PlotObject[] getAllPlotObjects() { |
| 4607 | return new PlotObject[]{frame, xLabel, xLabel, legend}; |
| 4608 | } |
| 4609 | |
| 4610 | /** Returns the PlotObject for xLabel ('x'), yLabel('y'), frame ('f'; includes number font) or the legend ('l'). */ |
| 4611 | PlotObject getPlotObject(char c) { |