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

Method PlotObject

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

Generic constructor

(int type)

Source from the content-addressed store, hash-verified

4737
4738 /** Generic constructor */
4739 PlotObject(int type) {
4740 this.type = type;
4741 }
4742
4743 /** Constructor for XY_DATA, i.e., a curve or set of points */
4744 PlotObject(float[] xValues, float[] yValues, float[] yErrorBars, int shape, float lineWidth, Color color, Color color2, String yLabel, DisplacementArrowControl offScreenDisplacementArrowControl) {

Callers

nothing calls this directly

Calls 1

setFontMethod · 0.95

Tested by

no test coverage detected