|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AllDataMode
.
TailDataMode
.
delayEvents
-mode and returns in the normal observable mode;
all events cached while in that mode are fired.
delayEvents
-mode;
while in this mode events are not supplied to observers, instead they are cached
and fired only when fireDelayedEvents
is invoked.
UPDIN_UpdateStart
-event.
DataSet.dataFileIndex
.
src
.
String
tokens (presumably just parsed
from a data line) to a list of Double
objects containing the tokens' values; tokens
that cannot be parsed to a Double
are represented by null
-objects in the
resulting list.
DataStreamWriter
object to write to the specified PipedInputStream
.
DataStreamWriter
object for a unique file whose name is created
on the basis of the specified base name and directory as well as an optional
timestamp and an optional counter to make the file name unique.createDataWriter(dataFileDir, dataFileBaseName, defaultFileExtension)
, where
DataStreamWriterFactory.defaultFileExtension
= "lgdat".
DataStreamWriter
object for a unique file whose name is created
on the basis of the specified base name, extension and directory as well as an optional
timestamp and an optional counter to make the file name unique.DataStreamWriterFactory.createDataWriter(File, boolean)
(with
overwrite = false
).FileTools.findUniqueFile(String, String, String, boolean)
for generating a unique file path (with alwaysUseTimestamp = false
).
DataStreamWriter
object for the specified file path.
DataStreamWriter
object for the specified file.
GridBagConstraints
object with the specified size and default attributes.
equals
method (case sensitive); this happens by attaching
counters to repreated strings: for instance, ["boo", "foo", "boo"]
it converted to
["boo (1)", "foo", "boo (2)"]
.
CacheAllData
-mode.
Plotter
objects
required for creating new PlotPanel
s.
ArrayList
which publicly publishes its removeRangeint
method.DataStreamWriterFactory
to indicate that a DataStreamWriter
for a specified physical file stream cannot be created becasue the file already
exists and cannot be overwritten.DataFileAlreadyExistsException
relating to the specified file path.
DataFileAlreadyExistsException
relating to the specified file path.
org.LiveGraph.dataFile.read.DataStreamReader
when the data stream does
not have the expected format.DataStreamObserver
-interface
and defines all methods as empty.DataStreamReader
and store all
information in a data cache for further processing by the application.DataStreamWriter
for the details of the data file format.DataStreamWriter
objects are used for writing files in the LiveGraph file format.CacheAllData
-mode this value determines which datasets are kept in memory.
dispose()
methods.
checkUpdateCanStart
: Verifies that an update may begin by first checking
whether another update is not in progress and then requesting all event listeners to verify a
UPDIN_UpdateStart
-event.
DataStreamReader
; does nothing.
DataStreamReader
; adds a dataset to the cache.
DataStreamReader
; adds a file info line to the cache.
DataStreamReader
; setts the data column labels in the cache.
eventProcessingException
notofications.
eventProcessingException
notofications.
eventProcessingException
notofications.
eventProcessingFinished
notifications.
eventProcessingFinished
notifications.
LiveGraphFrame.processGUIEvent(Event)
to process LiveGraph GUI events.
LiveGraphSettingsPanel.processSettingsEvent(Event)
to process LiveGraph settings events.
DataStreamReader
; does nothing.
nextUpdateLabel
.
String
from all error messages that occured during parsing or validation.
IOException
encountered by this writer.
Transform_ScaleBySetVal
.
IOException
.
DataStreamToCacheReader
for a stream on the currently set data file.
PipedInputStream
fit for reading by multiple Threads as
required for LiveGraph.PipedInputStream
so that it is not yet
connected.
PipedInputStream
so that it is not yet
connected and uses the
specified pipe size for the pipe's buffer.
PipedInputStream
so that it is connected to the piped output
stream src
.
PipedInputStream
so that it is connected to the piped output stream
src
and uses the specified pipe size for the pipe's buffer.
Graphics
object.Plotter.SeriesScreenData.points
;
the comparison is by x-xoordinates.UPDIN_InitiateUpdate
-event is received.
UpdateInvoker
event occured.
GUIEvent.GUI_DisposeAll
this method disposes this frame.
len
bytes of data from this piped input stream into an array of bytes.
focusLost
-messages of a
JTextField
.UPDIN_InitiateUpdate
-event to notify the DataStreamToCacheReader
that
it is time for a data update.
IOException
s.
UpdateInvoker.timeTick()
;
if it is time for the next update, call UpdateInvoker.requestUpdate()
;
call UpdateInvoker.timeTick()
again and continue the loop until UpdateInvoker.mustQuit
is set to true;
call UpdateInvoker.tidyUp()
before quitting.
Plotter
objects
required for creating new PlotPanel
s.
Transform_ScaleBySetVal
;
updateInProgress
state.
CacheTailData
-mode.
timeTickLength
milliseconds.
DataCache
at regular intervals.double
value.
byte
to the piped output stream.
len
bytes from the specified byte array starting at offset off
to
this piped output stream.
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |