Uses of Enum Class
llnl.gnem.core.gui.plotting.api.SymbolStyles
Package
Description
-
Uses of SymbolStyles in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Modifier 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
ModifierConstructorDescriptionPlotPoint
(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
Modifier 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.Modifier 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
ModifierConstructorDescriptionBasicSymbol
(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)