public class GraphData extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GraphData.Bounds |
| Constructor and Description |
|---|
GraphData() |
| Modifier and Type | Method and Description |
|---|---|
GraphData.Bounds |
getBounds() |
Point2D.Float |
getPoint(int index) |
int |
getSize() |
double |
getXBinSize() |
void |
setData(double[] yVals) |
void |
setData(double[] xVals,
double[] yVals) |
void |
setData(int[] yIntVals) |
void |
setXBinSize(double binSize) |
public GraphData.Bounds getBounds()
public int getSize()
public double getXBinSize()
public void setXBinSize(double binSize)
public Point2D.Float getPoint(int index)
public void setData(double[] xVals,
double[] yVals)
public void setData(double[] yVals)
public void setData(int[] yIntVals)
Copyright © 2023. All rights reserved.