|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventProducer | |
---|---|
org.LiveGraph.dataCache | |
org.LiveGraph.events | |
org.LiveGraph.gui | |
org.LiveGraph.settings |
Uses of EventProducer in org.LiveGraph.dataCache |
---|
Classes in org.LiveGraph.dataCache that implement EventProducer | |
---|---|
class |
DataCache
An instance of this class caches datasets previously read from a data file in memory. |
class |
DataStreamToCacheReader
This reader will parse a data stream using DataStreamReader and store all
information in a data cache for further processing by the application.See DataStreamWriter for the details of the data file format. |
class |
UpdateInvoker
An object of this class is used to triger updates from a data input stream into a DataCache at regular intervals. |
Uses of EventProducer in org.LiveGraph.events |
---|
Classes in org.LiveGraph.events that implement EventProducer | |
---|---|
class |
EventManager
|
Fields in org.LiveGraph.events declared as EventProducer | |
---|---|
private EventProducer |
Event.producer
|
Methods in org.LiveGraph.events that return EventProducer | |
---|---|
EventProducer |
Event.getProducer()
|
Constructors in org.LiveGraph.events with parameters of type EventProducer | |
---|---|
Event(EventProducer producer,
java.lang.Class<? extends ET> domain,
ET type)
|
|
Event(EventProducer producer,
java.lang.Class<? extends ET> domain,
ET type,
boolean info)
|
|
Event(EventProducer producer,
java.lang.Class<? extends ET> domain,
ET type,
boolean infoBoolean,
long infoLong,
double infoDouble,
java.lang.Object infoObject)
|
|
Event(EventProducer producer,
java.lang.Class<? extends ET> domain,
ET type,
double info)
|
|
Event(EventProducer producer,
java.lang.Class<? extends ET> domain,
ET type,
long info)
|
|
Event(EventProducer producer,
java.lang.Class<? extends ET> domain,
ET type,
java.lang.Object info)
|
Uses of EventProducer in org.LiveGraph.gui |
---|
Classes in org.LiveGraph.gui that implement EventProducer | |
---|---|
class |
GUIManager
|
Uses of EventProducer in org.LiveGraph.settings |
---|
Classes in org.LiveGraph.settings that implement EventProducer | |
---|---|
class |
DataFileSettings
Encapsulates the settings concerned with reading the data file, the update frequency and the caching method. |
class |
DataSeriesSettings
Ecapsulates the settings concerned with plotting each of the data series. |
class |
GraphSettings
Encapsulates settings concerned with the data graphs and the plot canvas. |
class |
ObservableSettings
Base class for all settings classes which can hadle observers to listen to settings events. |
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |