MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getAllPlotObjects

Method getAllPlotObjects

ij/src/main/java/ij/gui/Plot.java:4606–4608  ·  view source on GitHub ↗

Returns an array of all PlotObjects defined as PlotProperties. Note that some may be null

()

Source from the content-addressed store, hash-verified

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) {

Callers 2

toStreamMethod · 0.80
isColoredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected