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

Method updateType

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

Converts old (pre-1.52i) type codes for the PlotObjects to the new ones, which can be used as masks

()

Source from the content-addressed store, hash-verified

4953
4954 /** Converts old (pre-1.52i) type codes for the PlotObjects to the new ones, which can be used as masks */
4955 void updateType() {
4956 type = 1<<type;
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;

Callers 1

PlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected