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

Method setComposite

ij/src/main/java/ij/gui/ImageRoi.java:65–67  ·  view source on GitHub ↗

Sets the composite mode.

(Composite composite)

Source from the content-addressed store, hash-verified

63
64 /** Sets the composite mode. */
65 public void setComposite(Composite composite) {
66 this.composite = composite;
67 }
68
69 /** Sets the composite mode using the specified opacity (alpha), in the
70 range 0.0-1.0, where 0.0 is fully transparent and 1.0 is fully opaque. */

Callers 3

drawMethod · 0.80
drawExcludedRegionsMethod · 0.80
drawShapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected