Uses of Class
gov.llnl.gnem.apps.coda.common.gui.plotting.PlotPoint
Packages that use PlotPoint
Package
Description
-
Uses of PlotPoint in gov.llnl.gnem.apps.coda.calibration.gui.controllers
Methods in gov.llnl.gnem.apps.coda.calibration.gui.controllers that return PlotPointModifier and TypeMethodDescriptionprotected PlotPoint
AbstractMeasurementController.getPlotPoint
(String key, boolean active) -
Uses of PlotPoint in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting that return types with arguments of type PlotPointModifier and TypeMethodDescriptionSpectraPlotManager.getCombinedPlotPoints()
SpectraPlotManager.getDenominatorPlotPoints()
SpectraPlotManager.getNumeratorPlotPoints()
Method parameters in gov.llnl.gnem.apps.coda.calibration.gui.plotting with type arguments of type PlotPointModifier and TypeMethodDescriptionSpectraPlotManager.plotSpectra
(List<PlotPoint> plotPoints, String plotTitle, javafx.scene.layout.Pane parent) protected void
SpectralPlot.plotXYdata
(List<PlotPoint> points) void
SpectralPlot.plotXYdata
(List<PlotPoint> plots, List<Spectra> spectra, MeasuredMwDetails mwDetails, String label) Constructor parameters in gov.llnl.gnem.apps.coda.calibration.gui.plotting with type arguments of type PlotPoint -
Uses of PlotPoint in gov.llnl.gnem.apps.coda.common.gui.plotting
Subclasses of PlotPoint in gov.llnl.gnem.apps.coda.common.gui.plottingMethods in gov.llnl.gnem.apps.coda.common.gui.plotting that return PlotPointModifier and TypeMethodDescriptionPlotPoint.setColor
(javafx.scene.paint.Color color) PlotPoint.setEdgeColor
(javafx.scene.paint.Color edgeColor) PlotPoint.setStyle
(SymbolStyles style) Methods in gov.llnl.gnem.apps.coda.common.gui.plotting that return types with arguments of type PlotPointModifier and TypeMethodDescriptionConstructors in gov.llnl.gnem.apps.coda.common.gui.plotting with parameters of type PlotPoint