|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheObserver.CacheEvent | |
---|---|
org.LiveGraph.dataCache | |
org.LiveGraph.gui | |
org.LiveGraph.plot |
Uses of CacheObserver.CacheEvent in org.LiveGraph.dataCache |
---|
Fields in org.LiveGraph.dataCache with type parameters of type CacheObserver.CacheEvent | |
---|---|
private java.util.Set<CacheObserver.CacheEvent> |
DataCache.delayedEvents
Stores occured cache events when operating in the delayed mode. |
Methods in org.LiveGraph.dataCache that return CacheObserver.CacheEvent | |
---|---|
static CacheObserver.CacheEvent |
CacheObserver.CacheEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CacheObserver.CacheEvent[] |
CacheObserver.CacheEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.LiveGraph.dataCache with parameters of type CacheObserver.CacheEvent | |
---|---|
void |
CacheObserver.cacheEventFired(DataCache cache,
CacheObserver.CacheEvent event)
|
void |
DataCache.fireEvent(CacheObserver.CacheEvent event)
Notifies the observers of a specified event. |
Uses of CacheObserver.CacheEvent in org.LiveGraph.gui |
---|
Methods in org.LiveGraph.gui with parameters of type CacheObserver.CacheEvent | |
---|---|
void |
DataFileSettingsWindow.cacheEventFired(DataCache cache,
CacheObserver.CacheEvent event)
Updates data file info when the cache changes. |
void |
GraphSettingsWindow.cacheEventFired(DataCache cache,
CacheObserver.CacheEvent event)
Updates the series labels when the cache is updated. |
void |
PlotWindow.cacheEventFired(DataCache cache,
CacheObserver.CacheEvent event)
Repaints the plot canvas when the cache was updated. |
void |
SeriesSettingsWindow.cacheEventFired(DataCache cache,
CacheObserver.CacheEvent event)
Locally updates the series-lables when they have been changed in the data cache. |
Uses of CacheObserver.CacheEvent in org.LiveGraph.plot |
---|
Methods in org.LiveGraph.plot with parameters of type CacheObserver.CacheEvent | |
---|---|
void |
Plotter.cacheEventFired(DataCache cache,
CacheObserver.CacheEvent event)
If cached label info is changed, the screen buffer is recreated; if cached data is updated the view port and the screen data are recomputed. |
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |