Uses of Enum Class
PamView.chart.SeriesType
Packages that use SeriesType
-
Uses of SeriesType in PamView.chart
Methods in PamView.chart that return SeriesTypeModifier and TypeMethodDescriptionPamChartSeries.getSeriesType()
static SeriesType
Returns the enum constant of this class with the specified name.static SeriesType[]
SeriesType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in PamView.chart with parameters of type SeriesTypeConstructors in PamView.chart with parameters of type SeriesTypeModifierConstructorDescriptionPamChartSeries
(SeriesType seriesType, String seriesName, double[] xValues, double[] yValues) Make a chart series.