Inherits javax::swing::JPanel.
Public Member Functions | |
| TrendPnl () | |
| void | close () |
| void | addTrace (int[] nums, int secs) |
| alma.acs.logtools.monitor.gui.TrendPnl.TrendPnl | ( | ) |
Constructor
| void alma.acs.logtools.monitor.gui.TrendPnl.addTrace | ( | int[] | nums, | |
| int | secs | |||
| ) |
Add the new logs number to the traces of the chart
| nums | Number of logs per type | |
| secs | Interval in seconds |
Referenced by alma.acs.logtools.monitor.gui.LogMonitorFrame.recvLogs().
| void alma.acs.logtools.monitor.gui.TrendPnl.close | ( | ) |
Destroy the chart and free the resources
Referenced by alma.acs.logtools.monitor.gui.LogMonitorFrame.close().
1.7.0