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

Method addLine

src/main/java/com/rtg/graph/RocPlot.java:799–804  ·  view source on GitHub ↗
(String path, DataBundle dataBundle)

Source from the content-addressed store, hash-verified

797 }
798
799 private void addLine(String path, DataBundle dataBundle) {
800 final Color initialColor = mPalette[++mColorCounter % mPalette.length];
801 mData.put(path, dataBundle);
802 mRocLinesPanel.addLine(new RocLinePanel(this, path, dataBundle.getTitle(), dataBundle, mProgressBar, initialColor));
803 showCurrentGraph();
804 }
805
806 /**
807 * A class required to listen for right-clicks

Callers 1

loadFileMethod · 0.95

Calls 3

showCurrentGraphMethod · 0.95
putMethod · 0.45
getTitleMethod · 0.45

Tested by

no test coverage detected