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