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

Method setPlotObjectStyle

ij/src/main/java/ij/gui/Plot.java:1528–1530  ·  view source on GitHub ↗
(int i, String styleString)

Source from the content-addressed store, hash-verified

1526 }
1527
1528 public void setPlotObjectStyle(int i, String styleString) {
1529 setStyle(i, styleString);
1530 }
1531
1532 void setPlotObjectStyle(PlotObject plotObject, String styleString) {
1533 String[] items = styleString.split(",");

Callers 2

useTemplateMethod · 0.95
setStyleMethod · 0.95

Calls 9

setStyleMethod · 0.95
decodeMethod · 0.95
toShapeMethod · 0.95
updateImageMethod · 0.95
unsetFlagMethod · 0.80
splitMethod · 0.45
indexOfMethod · 0.45
setFlagMethod · 0.45
trimMethod · 0.45

Tested by

no test coverage detected