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

Method add

ij/src/main/java/ij/plugin/AboutBox.java:102–107  ·  view source on GitHub ↗
(String text, int x, int y, Font font, int justification, Overlay overlay)

Source from the content-addressed store, hash-verified

100 }
101
102 private void add(String text, int x, int y, Font font, int justification, Overlay overlay) {
103 TextRoi roi = new TextRoi(text, x, y, font);
104 roi.setStrokeColor(TEXT_COLOR);
105 roi.setJustification(justification);
106 overlay.add(roi);
107 }
108
109}

Callers 1

runMethod · 0.95

Calls 3

setJustificationMethod · 0.95
addMethod · 0.65
setStrokeColorMethod · 0.45

Tested by

no test coverage detected