public class Helper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Helper.Entry<T> |
Constructor and Description |
---|
Helper() |
Modifier and Type | Method and Description |
---|---|
static List<Helper.Entry<Long>> |
chartTimes(long min,
long max,
int pixels,
int labelWidth,
DateFormat format) |
static List<Helper.Entry<Double>> |
chartValues(double min,
double max,
int pixels,
int labelHeight) |
static DateFormat |
makeFormat(long range) |
static double |
niceNum(double value,
boolean round) |
static long |
niceTimeRounded(long value) |
public static double niceNum(double value, boolean round)
public static List<Helper.Entry<Double>> chartValues(double min, double max, int pixels, int labelHeight)
public static long niceTimeRounded(long value)
public static List<Helper.Entry<Long>> chartTimes(long min, long max, int pixels, int labelWidth, DateFormat format)
public static DateFormat makeFormat(long range)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.