Uses of Class
eu.ess.xaos.ui.plot.util.LineStyle
-
Packages that use LineStyle Package Description eu.ess.xaos.ui.plot eu.ess.xaos.ui.plot.util -
-
Uses of LineStyle in eu.ess.xaos.ui.plot
Methods in eu.ess.xaos.ui.plot with parameters of type LineStyle Modifier and Type Method Description voidLineChartFX. setLineStyle(XYChart.Series series, LineStyle style) -
Uses of LineStyle in eu.ess.xaos.ui.plot.util
Methods in eu.ess.xaos.ui.plot.util that return LineStyle Modifier and Type Method Description static LineStyleLineStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static LineStyle[]LineStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-