public class DataPoint extends Object
| Constructor and Description |
|---|
DataPoint() |
| Modifier and Type | Method and Description |
|---|---|
static DataPoint |
of(float x,
float y)
Creates new instance with specified data.
|
public static DataPoint of(float x, float y)
x - the value by X-axis.y - the value by Y-axis.DataPoint with provided values.Copyright © 2022. All rights reserved.