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

Method getJustification

ij/src/main/java/ij/gui/TextRoi.java:426–428  ·  view source on GitHub ↗

Returns the value of the 'justification' instance variable (LEFT, CENTER or RIGHT).

()

Source from the content-addressed store, hash-verified

424
425 /** Returns the value of the 'justification' instance variable (LEFT, CENTER or RIGHT). */
426 public int getJustification() {
427 return justification;
428 }
429
430 /** Sets the global font face, size and style that will be used by
431 TextROIs interactively created using the text tool. */

Callers 3

showDialogMethod · 0.95
getAddSelectionScriptMethod · 0.95
showDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected