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) |
org.jfree.chart.JFreeChart |
createChart(int height,
Color bgColor) |
void |
notifyListenersOfModelChange() |
void |
setRange(int seconds) |
public org.jfree.chart.JFreeChart createChart(int height, Color bgColor)
public void addData(long timeStamp, long used, long total)
public void notifyListenersOfModelChange()
public void setRange(int seconds)
Copyright © 2012. All Rights Reserved.