Class SpectraPlotManager

java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.plotting.SpectraPlotManager

public class SpectraPlotManager extends Object
  • Constructor Details

    • SpectraPlotManager

      public SpectraPlotManager(com.google.common.eventbus.EventBus bus, EventPair eventPair, Map<javafx.geometry.Point2D,Waveform> waveformMap, List<PlotPoint> numeratorPoints, List<PlotPoint> denominatorPoints)
  • Method Details

    • getNumeratorPlotPoints

      public List<PlotPoint> getNumeratorPlotPoints()
    • getDenominatorPlotPoints

      public List<PlotPoint> getDenominatorPlotPoints()
    • getCombinedPlotPoints

      public List<PlotPoint> getCombinedPlotPoints()
    • plotSpectra

      public SpectralPlot plotSpectra(List<PlotPoint> plotPoints, String plotTitle, javafx.scene.layout.Pane parent)
    • plotSpectraPlots

      public void plotSpectraPlots()
    • setDisplayText

      public void setDisplayText(SpectralPlot plot, String title)
    • combinedPlotSelected

      public boolean combinedPlotSelected()
    • exportScreenshots

      public void exportScreenshots(File folder)
    • exportSVG

      public void exportSVG(SpectralPlot plot, String path)
    • initialize

      public void initialize()