public class PointData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PointData.ExportableList |
Constructor and Description |
---|
PointData(String xValue,
double yValue) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getNormalizedTimeLine(List<PointData> values1,
List<PointData> values2,
boolean appendSpaces) |
String |
getxValue() |
double |
getyValue() |
public PointData(String xValue, double yValue)
Copyright © 2019. All rights reserved.