public class TimeAxis extends Object
| Constructor and Description | 
|---|
TimeAxis(TimeInterval timeInterval,
        List<Timestamp> timeStamps,
        ListDouble normalizedValues,
        List<String> tickLabels)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TimeAxis | 
createAutoAxis(double minValue,
              double maxValue,
              int maxTicks)  | 
static TimeAxis | 
createAutoAxis(double minValue,
              double maxValue,
              int maxTicks,
              double minIncrement)  | 
ListDouble | 
getNormalizedValues()  | 
List<String> | 
getTickLabels()  | 
TimeInterval | 
getTimeInterval()  | 
List<Timestamp> | 
getTimestamps()  | 
public TimeAxis(TimeInterval timeInterval, List<Timestamp> timeStamps, ListDouble normalizedValues, List<String> tickLabels)
public TimeInterval getTimeInterval()
public ListDouble getNormalizedValues()
public static TimeAxis createAutoAxis(double minValue, double maxValue, int maxTicks)
public static TimeAxis createAutoAxis(double minValue, double maxValue, int maxTicks, double minIncrement)
Copyright © 2015. All rights reserved.