public class ChartSerie extends Object
{
name:'Mujina',
data:[5, 7, 3, 0, 0, 0],
pointStart: 123123123123,
pointInterval: 24 * 3600 * 1000 // one day
}| Constructor and Description |
|---|
ChartSerie(String name,
long pointStart) |
| Modifier and Type | Method and Description |
|---|---|
void |
addData(Integer number) |
void |
addZeroDays(int nbr) |
List<Integer> |
getData() |
String |
getName() |
long |
getPointInterval() |
long |
getPointStart() |
public ChartSerie(String name, long pointStart)
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.