public class OverviewChart extends Chart
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) |
protected JFreeChart |
createChart(int width,
int height,
Color bgColor) |
void |
setRange(int seconds) |
protected JFreeChart createChart(int width, int height, Color bgColor)
createChart
in class Chart
public void addData(long timeStamp, long used, long total)
public void setRange(int seconds)
Copyright © 2012. All Rights Reserved.