public class OverviewChart extends Object
Constructor and Description |
---|
OverviewChart(String title,
String xAxis,
String yAxis,
String mainSeries,
String secondarySeries) |
Modifier and Type | Method and Description |
---|---|
void |
addData(long timeStamp,
long used,
long total) |
void |
createChart(int height,
Color bgColor) |
org.jfree.chart.JFreeChart |
getChart() |
void |
notifyListenersOfModelChange() |
void |
setRange(int seconds) |
public org.jfree.chart.JFreeChart getChart()
public void createChart(int height, Color bgColor)
public void addData(long timeStamp, long used, long total)
public void notifyListenersOfModelChange()
public void setRange(int seconds)
Copyright © 2013. All rights reserved.