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

Method TextWindow

ij/src/main/java/ij/text/TextWindow.java:74–76  ·  view source on GitHub ↗

Opens a new single-column text window. @param title the title of the window @param text the text initially displayed in the window @param width the width of the window in pixels @param height the height of the window in pixels

(String title, String text, int width, int height)

Source from the content-addressed store, hash-verified

72 * @param height the height of the window in pixels
73 */
74 public TextWindow(String title, String text, int width, int height) {
75 this(title, "", text, width, height);
76 }
77
78 /**
79 * Opens a new multi-column text window.

Callers

nothing calls this directly

Calls 13

createMethod · 0.95
getInstanceMethod · 0.95
openFileMethod · 0.95
addWindowMethod · 0.95
setWindowMethod · 0.95
appendMethod · 0.65
addMethod · 0.65
setColumnHeadingsMethod · 0.45
equalsMethod · 0.45
addKeyListenerMethod · 0.45
setSizeMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected