Uses of Interface
llnl.gnem.core.gui.plotting.api.PlotFactory
Packages that use PlotFactory
Package
Description
-
Uses of PlotFactory in gov.llnl.gnem.apps.coda.calibration.gui.controllers
Fields in gov.llnl.gnem.apps.coda.calibration.gui.controllers declared as PlotFactoryModifier and TypeFieldDescriptionprotected final PlotFactory
AbstractMeasurementController.plotFactory
protected final PlotFactory
EventTableController.plotFactory
Constructors in gov.llnl.gnem.apps.coda.calibration.gui.controllers with parameters of type PlotFactoryModifierConstructorDescriptionprotected
AbstractMeasurementController
(SpectraClient spectraClient, ParameterClient paramClient, EventClient referenceEventClient, WaveformClient waveformClient, SymbolStyleMapFactory styleFactory, GeoMap map, MapPlottingUtilities iconFactory, ParamExporter paramExporter, PlotFactory plotFactory, com.google.common.eventbus.EventBus bus) protected
EventTableController
(SpectraClient spectraClient, ParameterClient paramClient, EventClient referenceEventClient, WaveformClient waveformClient, SymbolStyleMapFactory styleFactory, PlotFactory plotFactory, com.google.common.eventbus.EventBus bus) PathController
(SpectraClient spectraMeasurementClient, WaveformClient waveformClient, com.google.common.eventbus.EventBus bus, GeoMap mapImpl, MapPlottingUtilities mappingUtilities, PlotFactory plotFactory) -
Uses of PlotFactory in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Classes in gov.llnl.gnem.apps.coda.calibration.gui.plotting that implement PlotFactory -
Uses of PlotFactory in llnl.gnem.core.gui.plotting.api
Methods in llnl.gnem.core.gui.plotting.api with parameters of type PlotFactoryModifier and TypeMethodDescriptionstatic PlotObject
PlottingUtils.legendOnlyLine
(String name, PlotFactory plotFactory, javafx.scene.paint.Color color, LineStyles style) -
Uses of PlotFactory in llnl.gnem.core.gui.plotting.plotly
Constructors in llnl.gnem.core.gui.plotting.plotly with parameters of type PlotFactory