Uses of Enum Class
llnl.gnem.core.gui.plotting.api.SymbolStyles
Packages that use SymbolStyles
Package
Description
-
Uses of SymbolStyles in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type SymbolStylesModifier and TypeMethodDescriptionPlotlyPlotFactory.createSymbol
(SymbolStyles style, String name, double x, double y, javafx.scene.paint.Color color, javafx.scene.paint.Color edgeColor, javafx.scene.paint.Color textColor, String text, boolean textVisible) -
Uses of SymbolStyles in gov.llnl.gnem.apps.coda.common.gui.plotting
Methods in gov.llnl.gnem.apps.coda.common.gui.plotting that return SymbolStylesMethods in gov.llnl.gnem.apps.coda.common.gui.plotting with parameters of type SymbolStylesConstructors in gov.llnl.gnem.apps.coda.common.gui.plotting with parameters of type SymbolStylesModifierConstructorDescriptionPlotPoint
(Double x, Double y, SymbolStyles style, javafx.scene.paint.Color color, javafx.scene.paint.Color edgeColor) -
Uses of SymbolStyles in llnl.gnem.core.gui.plotting.api
Methods in llnl.gnem.core.gui.plotting.api that return SymbolStylesModifier and TypeMethodDescriptionSymbol.getStyle()
static SymbolStyles
Returns the enum constant of this class with the specified name.static SymbolStyles[]
SymbolStyles.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in llnl.gnem.core.gui.plotting.api with parameters of type SymbolStylesModifier and TypeMethodDescriptionPlotFactory.createSymbol
(SymbolStyles style, String name, double x, double y, javafx.scene.paint.Color color, javafx.scene.paint.Color edgeColor, javafx.scene.paint.Color textColor, String text, boolean textVisible) void
Symbol.setStyle
(SymbolStyles style) -
Uses of SymbolStyles in llnl.gnem.core.gui.plotting.plotly
Methods in llnl.gnem.core.gui.plotting.plotly that return SymbolStylesMethods in llnl.gnem.core.gui.plotting.plotly with parameters of type SymbolStylesConstructors in llnl.gnem.core.gui.plotting.plotly with parameters of type SymbolStylesModifierConstructorDescriptionBasicSymbol
(SymbolStyles style, String name, double x, double y, javafx.scene.paint.Color fillColor, javafx.scene.paint.Color edgeColor, javafx.scene.paint.Color textColor, String text, boolean textVisible)