Uses of Enum Class
llnl.gnem.core.gui.plotting.api.LineStyles
Package
Description
-
Uses of LineStyles in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionBasicObjectGroup.setLineStyle
(LineStyles lineStyle) BasicLine.setStyle
(LineStyles style) ModifierConstructorDescriptionBasicLine
(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)