Uses of Enum Class
PamView.chart.SeriesType
-
Uses of SeriesType in PamView.chart
Modifier 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.ModifierConstructorDescriptionPamChartSeries
(SeriesType seriesType, String seriesName, double[] xValues, double[] yValues) Make a chart series.