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

Method setStyle

ij/src/main/java/ij/gui/Arrow.java:328–330  ·  view source on GitHub ↗
(int style)

Source from the content-addressed store, hash-verified

326 }
327
328 public void setStyle(int style) {
329 this.style = style;
330 }
331
332 /* Set the style, where 'style' is "filled", "notched", "open", "headless" or "bar",
333 plus optionial modifiers of "outline", "double", "small", "medium" and "large". */

Callers 2

makeArrowMethod · 0.95
dialogItemChangedMethod · 0.95

Calls 4

setOutlineMethod · 0.95
setDoubleHeadedMethod · 0.95
setHeadSizeMethod · 0.95
containsMethod · 0.45

Tested by

no test coverage detected