| Modifier and Type | Class and Description |
|---|---|
class |
CSVSeries
Represents a plot data series configuration from an CSV file.
|
class |
PropertiesSeries |
class |
XMLSeries
Represents a plot data series configuration from an XML file.
|
| Modifier and Type | Field and Description |
|---|---|
List<Series> |
Plot.series
List of data series.
|
| Modifier and Type | Method and Description |
|---|---|
static Series |
SeriesFactory.createSeries(net.sf.json.JSONObject formData,
org.kohsuke.stapler.StaplerRequest req)
Using file and label and the Stapler request, create a subclass of series
that can process the type selected.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Series> |
SeriesFactory.createSeriesList(Object data,
org.kohsuke.stapler.StaplerRequest req) |
List<Series> |
Plot.getSeries() |
Copyright © 2004-2015. All Rights Reserved.