public abstract class Chart extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Color> |
existingColors |
| Modifier | Constructor and Description |
|---|---|
protected |
Chart() |
|
Chart(boolean linesVisible,
boolean shapesVisible) |
| Modifier and Type | Method and Description |
|---|---|
protected XYPlotExtension |
getPlot() |
protected com.loadcoder.load.jfreechartfixes.XYLineAndShapeRendererExtention |
getRenderer() |
protected XYSeriesCollectionExtention |
getSeriesCollection() |
protected Chart |
use(ChartFrame.DataSetUser dataSetUser) |
void |
waitUntilClosed()
Wait here until the chart is closed
|
protected Chart()
public Chart(boolean linesVisible,
boolean shapesVisible)
public void waitUntilClosed()
protected Chart use(ChartFrame.DataSetUser dataSetUser)
protected XYSeriesCollectionExtention getSeriesCollection()
protected XYPlotExtension getPlot()
protected com.loadcoder.load.jfreechartfixes.XYLineAndShapeRendererExtention getRenderer()
Copyright © 2019. All rights reserved.