public class LivingDaemonThreadDifferenceChart extends Object
Constructor and Description |
---|
LivingDaemonThreadDifferenceChart(String title,
String xAxis,
String yAxis,
String mainSeries,
String secondarySeries) |
Modifier and Type | Method and Description |
---|---|
void |
addData(long timeStamp,
long living,
long daemon) |
org.jfree.chart.JFreeChart |
createChart(int height,
Color bgColor) |
void |
setMaximumItemCount(int seconds) |
public org.jfree.chart.JFreeChart createChart(int height, Color bgColor)
public void addData(long timeStamp, long living, long daemon)
public void setMaximumItemCount(int seconds)
Copyright © 2014. All rights reserved.