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

Method toString

ij/src/main/java/ij/gui/Plot.java:4959–4962  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4957 }
4958
4959 public String toString() { //for debug messages
4960 String s = "PlotObject type="+type+" flags="+flags+" xV:"+(xValues==null ? "-":yValues.length)+" yV:"+(yValues==null ? "-":yValues.length)+" label="+label+" col="+color+" fSize="+fontSize+" ff="+fontFamily;
4961 return s;
4962 }
4963
4964 @AstroImageJ(reason = "Implement IPlotObject for Vector Plot saving")
4965 public int getType() {

Callers 2

drawExpStringMethod · 0.45
drawShapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected