LiveGraph
data visualisation and analysis framework

Serialized Form


Package org.LiveGraph.dataFile.common

Class org.LiveGraph.dataFile.common.DataFormatException extends java.lang.Exception implements Serializable

Class org.LiveGraph.dataFile.common.PipeClosedByReaderException extends java.io.IOException implements Serializable

Class org.LiveGraph.dataFile.common.PipeClosedByWriterException extends java.io.IOException implements Serializable

Class org.LiveGraph.dataFile.common.PipeFullException extends java.io.IOException implements Serializable

Class org.LiveGraph.dataFile.common.PipeNotConnectedException extends java.io.IOException implements Serializable


Package org.LiveGraph.dataFile.write

Class org.LiveGraph.dataFile.write.DataFileAlreadyExistsException extends java.lang.RuntimeException implements Serializable


Package org.LiveGraph.events

Class org.LiveGraph.events.EventProcessingException extends java.lang.Exception implements Serializable

Serialized Fields

causes

java.util.List<E> causes

Class org.LiveGraph.events.UncheckedEventProcessingException extends java.lang.RuntimeException implements Serializable

Class org.LiveGraph.events.ValidationRequirementException extends java.lang.RuntimeException implements Serializable

Serialized Fields

event

Event<ET extends EventType> event

failedOperation

ValidationRequirementException.FailedOperation failedOperation

Package org.LiveGraph.gui

Class org.LiveGraph.gui.ExportImageDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

exporter

GraphExporter exporter
The export worker.

Class org.LiveGraph.gui.LiveGraphFrame extends javax.swing.JFrame implements Serializable

Class org.LiveGraph.gui.LiveGraphSettingsPanel extends javax.swing.JPanel implements Serializable


Package org.LiveGraph.gui.dfs

Class org.LiveGraph.gui.dfs.DataFileSettingsPanel extends LiveGraphSettingsPanel implements Serializable

Serialized Fields

intervalLabel

javax.swing.JLabel intervalLabel

fileInfoArea

javax.swing.JTextArea fileInfoArea

fileNameLabel

javax.swing.JLabel fileNameLabel

updateIntervallSlider

javax.swing.JSlider updateIntervallSlider

nextUpdateLabel

javax.swing.JLabel nextUpdateLabel

nextUpdateLabelDefaultColour

java.awt.Color nextUpdateLabelDefaultColour

dontCacheBox

javax.swing.JCheckBox dontCacheBox

showTailDataButton

javax.swing.JRadioButton showTailDataButton

showAllDataButton

javax.swing.JRadioButton showAllDataButton

openFileDialog

javax.swing.JFileChooser openFileDialog

openButton

javax.swing.JButton openButton

Class org.LiveGraph.gui.dfs.DataFileSettingsWindow extends LiveGraphFrame implements Serializable


Package org.LiveGraph.gui.dss

Class org.LiveGraph.gui.dss.SeriesSettingsPanel extends LiveGraphSettingsPanel implements Serializable

Serialized Fields

seriesLabels

java.util.List<E> seriesLabels

tableModel

javax.swing.table.AbstractTableModel tableModel

table

javax.swing.JTable table

selectionModel

javax.swing.ListSelectionModel selectionModel

scaleTypeCombo

javax.swing.JComboBox scaleTypeCombo

topPanel

com.softnetConsult.utils.swing.DisEnablingPanel topPanel

advPanelButt

javax.swing.JButton advPanelButt

advGoButt

javax.swing.JButton advGoButt

advPanel

javax.swing.JPanel advPanel

helpCols

int helpCols

advFrom

javax.swing.JTextField advFrom

advTo

javax.swing.JTextField advTo

advEvery

javax.swing.JTextField advEvery

advAction

javax.swing.JComboBox advAction

Class org.LiveGraph.gui.dss.SeriesSettingsWindow extends LiveGraphFrame implements Serializable


Package org.LiveGraph.gui.gs

Class org.LiveGraph.gui.gs.GraphSettingsPanel extends LiveGraphSettingsPanel implements Serializable

Serialized Fields

minYField

javax.swing.JTextField minYField

maxYField

javax.swing.JTextField maxYField

minXField

javax.swing.JTextField minXField

maxXField

javax.swing.JTextField maxXField

minYLabelExpl

javax.swing.JLabel minYLabelExpl

maxYLabelExpl

javax.swing.JLabel maxYLabelExpl

minXLabelExpl

javax.swing.JLabel minXLabelExpl

maxXLabelExpl

javax.swing.JLabel maxXLabelExpl

minYLabelAuto

javax.swing.JLabel minYLabelAuto

maxYLabelAuto

javax.swing.JLabel maxYLabelAuto

minXLabelAuto

javax.swing.JLabel minXLabelAuto

maxXLabelAuto

javax.swing.JLabel maxXLabelAuto

minYValButton

javax.swing.JRadioButton minYValButton

minYAutoButton

javax.swing.JRadioButton minYAutoButton

maxYValButton

javax.swing.JRadioButton maxYValButton

maxYAutoButton

javax.swing.JRadioButton maxYAutoButton

minXValButton

javax.swing.JRadioButton minXValButton

minXAutoButton

javax.swing.JRadioButton minXAutoButton

maxXValButton

javax.swing.JRadioButton maxXValButton

maxXAutoButton

javax.swing.JRadioButton maxXAutoButton

vGridSizeField

javax.swing.JTextField vGridSizeField

hGridSizeField

javax.swing.JTextField hGridSizeField

vGridNoneButton

javax.swing.JRadioButton vGridNoneButton

vGridDSNumAlignedButton

javax.swing.JRadioButton vGridDSNumAlignedButton

vGridXAUnitAlignedButton

javax.swing.JRadioButton vGridXAUnitAlignedButton

hGridNoneButton

javax.swing.JRadioButton hGridNoneButton

hGridSimpleButton

javax.swing.JRadioButton hGridSimpleButton

vGridColourButton

javax.swing.JButton vGridColourButton

hGridColourButton

javax.swing.JButton hGridColourButton

hGridDetsPanel

com.softnetConsult.utils.swing.DisEnablingPanel hGridDetsPanel

vGridDetsPanel

com.softnetConsult.utils.swing.DisEnablingPanel vGridDetsPanel

xAxisTypeCombo

javax.swing.JComboBox xAxisTypeCombo

xAxisSeriesLabel

javax.swing.JLabel xAxisSeriesLabel

xAxisSeriesCombo

javax.swing.JComboBox xAxisSeriesCombo

xAxisParameterLabel

javax.swing.JLabel xAxisParameterLabel

xAxisParameterField

javax.swing.JTextField xAxisParameterField

preferredXAxisSeriesIndex

int preferredXAxisSeriesIndex

updatingSeriesLabels

boolean updatingSeriesLabels

Class org.LiveGraph.gui.gs.GraphSettingsWindow extends LiveGraphFrame implements Serializable


Package org.LiveGraph.gui.msg

Class org.LiveGraph.gui.msg.MessagePanel extends LiveGraphSettingsPanel implements Serializable

Serialized Fields

messageArea

javax.swing.JTextArea messageArea

Class org.LiveGraph.gui.msg.MessageWindow extends LiveGraphFrame implements Serializable


Package org.LiveGraph.gui.plot

Class org.LiveGraph.gui.plot.PlotPanel extends LiveGraphSettingsPanel implements Serializable

Serialized Fields

statusLabel

javax.swing.JLabel statusLabel

plotter

Plotter plotter

canvas

javax.swing.JPanel canvas

highlightDataPoints

boolean highlightDataPoints

hlSerPopup

javax.swing.Popup hlSerPopup

seriesLabels

java.util.List<E> seriesLabels

Class org.LiveGraph.gui.plot.PlotWindow extends LiveGraphFrame implements Serializable


LiveGraph
data visualisation and analysis framework