MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / setTitle

Method setTitle

src/main/java/com/rtg/graph/RocPlot.java:738–743  ·  view source on GitHub ↗

Set the title of the plot @param title plot title

(final String title)

Source from the content-addressed store, hash-verified

736 * @param title plot title
737 */
738 public void setTitle(final String title) {
739 SwingUtilities.invokeLater(() -> {
740 mIconLabel.setText(title);
741 mTitleEntry.setText(title);
742 });
743 }
744
745 /**
746 * Sets the split pane divider location

Callers 13

RocPlotMethod · 0.95
keyPressedMethod · 0.95
focusLostMethod · 0.95
testPngMethod · 0.45
testPng2Method · 0.45
testSvgMethod · 0.45
testNoTotalMethod · 0.45
settingsFromFlagsMethod · 0.45
focusLostMethod · 0.45
keyPressedMethod · 0.45
getCommandMethod · 0.45

Calls

no outgoing calls

Tested by 4

testPngMethod · 0.36
testPng2Method · 0.36
testSvgMethod · 0.36
testNoTotalMethod · 0.36