| Package | Description |
|---|---|
| lightgraph | |
| lightgraph.graphfx |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<DataSet> |
Graph.DATASETS |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
Graph.addData(double[] x,
double[] y)
Creates a new DataSite, with color, line and point information that
will be drawn.
|
DataSet |
Graph.getDataSet(int i)
Gets the data set at the corresponding index i.
|
DataSet |
Graph.replaceData(int set,
double[] x,
double[] y)
replaces the data set with a new data set consisting of the xy pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.drawSet(DataSet set,
GraphPainter painter,
AffineTransform transform) |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
GraphFx.addData(double[] x,
double[] y) |
Copyright © 2017. All rights reserved.