|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.tab.plotting.AbstractPlot
public abstract class AbstractPlot
The abstract plotting panel.
Id: $Id$
| Field Summary | |
|---|---|
protected HomenetHardware |
hardware
Reference to the hardware to plot. |
protected static Logger |
logger
The logger |
| Constructor Summary | |
|---|---|
AbstractPlot(HomenetHardware hardware)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addOrUpdateDataset(java.util.Date desiredStartTime,
java.util.Date desiredEndTime)
Add to or update the data set. |
protected abstract JFreeChart |
createChart(XYDataset xydataset)
Create the actual chart given the XY data set. |
javax.swing.JPanel |
initializePlot()
Initialize the plot. |
void |
resetTimeseries()
Reset the plot's time series objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger logger
protected HomenetHardware hardware
| Constructor Detail |
|---|
public AbstractPlot(HomenetHardware hardware)
hardware - | Method Detail |
|---|
public javax.swing.JPanel initializePlot()
addOrUpdateDataset method to add or update the plot.
JPanel containing the plotpublic void resetTimeseries()
public void addOrUpdateDataset(java.util.Date desiredStartTime,
java.util.Date desiredEndTime)
throws java.lang.Exception
desiredStartTime - desiredEndTime -
java.lang.Exceptionprotected abstract JFreeChart createChart(XYDataset xydataset)
xydataset -
JFreeChart
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||