Returns the value of the 'justification' instance variable (LEFT, CENTER or RIGHT).
()
| 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. */ |
no outgoing calls
no test coverage detected