()
| 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() { |
no outgoing calls
no test coverage detected