| Package | Description |
|---|---|
| com.loadcoder.load.chart.jfreechart | |
| com.loadcoder.load.chart.logic |
| Modifier and Type | Method and Description |
|---|---|
static XYPlotExtension |
ChartFrame.createXYPlotExtension(String yAxisLabel,
String xAxisLabel,
org.jfree.data.xy.XYDataset dataset,
com.loadcoder.load.jfreechartfixes.XYLineAndShapeRendererExtention renderer) |
XYPlotExtension |
ChartFrame.getPlot() |
| Modifier and Type | Field and Description |
|---|---|
protected XYPlotExtension |
ChartLogic.plot |
| Modifier and Type | Method and Description |
|---|---|
XYPlotExtension |
ChartLogic.getPlot() |
protected XYPlotExtension |
Chart.getPlot() |
| 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) |
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) |
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.