Returns the number of PlotObjects (curves, labels, ...) passed with the constructor or added by 'add' or 'draw' methods. Legend, frame and axes (though internally PlotObjects) are not included
()
| 1404 | /** Returns the number of PlotObjects (curves, labels, ...) passed with the constructor or added by 'add' or 'draw' methods. |
| 1405 | * Legend, frame and axes (though internally PlotObjects) are not included */ |
| 1406 | public int getNumPlotObjects() { |
| 1407 | return allPlotObjects.size(); |
| 1408 | } |
| 1409 | |
| 1410 | /** Returns the number of PlotObjects fitting the mask. |
| 1411 | * Legend, frame and axes (though internally PlotObjects) are not included */ |
no test coverage detected