Uses of Enum Class
llnl.gnem.core.gui.plotting.api.LineStyles
Packages that use LineStyles
Package
Description
-
Uses of LineStyles in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type LineStylesModifier and TypeMethodDescriptionPlotlyPlotFactory.horizontalLine
(double x1, double x2, double y, javafx.scene.paint.Color color, LineStyles style, int pxThickness) PlotlyPlotFactory.line
(double[] xVals, double[] yVals, javafx.scene.paint.Color color, LineStyles style, int pxThickness) -
Uses of LineStyles in llnl.gnem.core.gui.plotting.api
Methods in llnl.gnem.core.gui.plotting.api that return LineStylesModifier and TypeMethodDescriptionObjectGroup.getLineStyle()
Line.getStyle()
static LineStyles
Returns the enum constant of this class with the specified name.static LineStyles[]
LineStyles.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 LineStylesModifier and TypeMethodDescriptionPlotFactory.horizontalLine
(double x1, double x2, double y, javafx.scene.paint.Color color, LineStyles style, int pxThickness) static PlotObject
PlottingUtils.legendOnlyLine
(String name, PlotFactory plotFactory, javafx.scene.paint.Color color, LineStyles style) PlotFactory.line
(double[] xVals, double[] yVals, javafx.scene.paint.Color color, LineStyles style, int pxThickness) ObjectGroup.setLineStyle
(LineStyles lineStyle) Line.setStyle
(LineStyles style) -
Uses of LineStyles in llnl.gnem.core.gui.plotting.plotly
Methods in llnl.gnem.core.gui.plotting.plotly that return LineStylesMethods in llnl.gnem.core.gui.plotting.plotly with parameters of type LineStylesModifier and TypeMethodDescriptionBasicObjectGroup.setLineStyle
(LineStyles lineStyle) BasicLine.setStyle
(LineStyles style) Constructors in llnl.gnem.core.gui.plotting.plotly with parameters of type LineStylesModifierConstructorDescriptionBasicLine
(double[] xVals, double[] yVals, double[] errorMin, double[] errorMax, javafx.scene.paint.Color color, LineStyles style, int pxThickness) BasicLine
(double[] xVals, double[] yVals, javafx.scene.paint.Color color, LineStyles style, int pxThickness) BasicLine
(String name, double xStart, double xIncrement, float[] data, javafx.scene.paint.Color blue, LineStyles solid, int lineWidth)