public class HPlotRT extends Object
| Constructor and Description |
|---|
HPlotRT()
Construct a real-time canvas with a plot with the default parameters 600 by
400, and 10% space for the global title "Default"
|
HPlotRT(String title)
Construct a real-tyme plot with the default parameters 600 by
400, and 10% space for the global title
|
HPlotRT(String title,
int xsize,
int ysize)
Create the real-tyme dynamic canvas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(info.monitorenter.gui.chart.ITrace2D trace)
Add dynamic trace with data for showing in the canvas.
|
void |
close() |
void |
doc()
Show online documentation.
|
info.monitorenter.gui.chart.IAxis<?> |
getAxisX()
Return X-axis
|
info.monitorenter.gui.chart.IAxis<?> |
getAxisY()
Return Y-axis
|
info.monitorenter.gui.chart.Chart2D |
getChart()
Returns the current chart.
|
void |
quit()
Quit the canvas (and dispose all components) Note: a memory leak is found -
no time to study it.
|
public HPlotRT(String title, int xsize, int ysize)
title - Titlexsize - size in x directionysize - size in y directionpublic HPlotRT(String title)
title - Titlepublic HPlotRT()
public info.monitorenter.gui.chart.IAxis<?> getAxisX()
public info.monitorenter.gui.chart.IAxis<?> getAxisY()
public void add(info.monitorenter.gui.chart.ITrace2D trace)
trace - data to be addedpublic info.monitorenter.gui.chart.Chart2D getChart()
public void doc()
public void close()
public void quit()
DMelt 2.0 © DataMelt by jWork.ORG