| Package | Description |
|---|---|
| com.loadcoder.load.chart.common | |
| com.loadcoder.load.chart.logic |
| Modifier and Type | Method and Description |
|---|---|
static CommonSeries |
CommonSeries.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonSeries[] |
CommonSeries.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChartLogic(XYSeriesCollectionExtention seriesCollection,
XYPlotExtension plot,
com.loadcoder.load.jfreechartfixes.XYLineAndShapeRendererExtention renderer,
Map<String,Boolean> seriesVisible,
CommonSeries[] commonSeries,
boolean locked,
Map<String,Color> existingColors) |
ResultChart(CommonSeries[] commonSeries,
com.loadcoder.result.Result... results) |
ResultChart(Map<String,Color> customizedColors,
CommonSeries[] commonSeries,
com.loadcoder.result.Result... results) |
ResultChartLogic(XYSeriesCollectionExtention seriesCollection,
XYPlotExtension plot,
com.loadcoder.load.jfreechartfixes.XYLineAndShapeRendererExtention renderer,
Map<String,Boolean> seriesVisible,
boolean defaultDottedMode,
CommonSeries[] commonSeries,
Map<String,Color> customizedColors,
boolean locked,
Map<String,Color> existingColors,
com.loadcoder.result.Result... results) |
RuntimeChart(CommonSeries[] commonSeries) |
RuntimeChartLogic(XYSeriesCollectionExtention seriesCollection,
XYPlotExtension plot,
com.loadcoder.load.jfreechartfixes.XYLineAndShapeRendererExtention renderer,
Map<String,Boolean> seriesVisible,
CommonSeries[] commonSeries,
boolean locked,
Map<String,Color> existingColors) |
Copyright © 2019. All rights reserved.