- DataDescription - Class in org.xaffect.core.data
-
- DataDescription(String, String, DataType, double, int) - Constructor for class org.xaffect.core.data.DataDescription
-
- DataDescription(String, DataType, double, int) - Constructor for class org.xaffect.core.data.DataDescription
-
- DataDescription(String, DataType) - Constructor for class org.xaffect.core.data.DataDescription
-
- DataDispatcher - Class in org.xaffect.core.dispatching
-
- DataDispatcher(Logger) - Constructor for class org.xaffect.core.dispatching.DataDispatcher
-
- DataEntry - Class in org.xaffect.core.data
-
Represents data that is passed from
Source
s to
Sink
s.
- DataEntry(DataDescription) - Constructor for class org.xaffect.core.data.DataEntry
-
- DataEvent - Class in org.xaffect.core.data
-
A DataEvent is the internal representation of a EventEntry
as
specified in the Unisens
specification:
"EventEntry represents an Entry containing a list of Events.
- DataEvent(long, String, String, DataDescription) - Constructor for class org.xaffect.core.data.DataEvent
-
- DataSignal - Class in org.xaffect.core.data
-
A DataSignal is the internal representation of a SignalEntry as specified in
the Unisens
specification:
"A SignalEntry represents continuously sampled data with a fixed sample rate"
A DataSignal holds a single sample of data that consists of 1 or more
channels.
- DataSignal(double[], DataDescription) - Constructor for class org.xaffect.core.data.DataSignal
-
- DataType - Enum in org.xaffect.core.data
-
- DataValue - Class in org.xaffect.core.data
-
A DataValue is the internal representation of a ValuesEntry as specified in
the Unisens
specification:
"A ValuesEntry represents data acquired at certain points in time.
- DataValue(double[], long, DataDescription) - Constructor for class org.xaffect.core.data.DataValue
-
- DataViewer - Class in org.xaffect.components.sink.dataviewer
-
GUI displaying
DataEntry
s in a chart-diagram.
- DataViewer(int) - Constructor for class org.xaffect.components.sink.dataviewer.DataViewer
-
- DataViewer(int, boolean, double, double, long) - Constructor for class org.xaffect.components.sink.dataviewer.DataViewer
-
- DataViewer<DataType extends DataEntry> - Class in org.xaffect.components.sink.dataviewer.resources
-
Is able to draw data of type DataType, representing any
DataEntry
, in a particular way.
- DataViewer(Composite, int) - Constructor for class org.xaffect.components.sink.dataviewer.resources.DataViewer
-
Creates a new DataViewer.
- DATE - Static variable in class org.xaffect.config.Constants
-
xAffect's build-date.
- decorateImage(Image, Image) - Static method in class org.eclipse.wb.swt.SWTResourceManager
-
Returns an Image
composed of a base image decorated by another image.
- decorateImage(Image, Image, int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
-
Returns an Image
composed of a base image decorated by another image.
- DesktopConstants - Class in org.xaffect.desktop.config
-
- DesktopConstants() - Constructor for class org.xaffect.desktop.config.DesktopConstants
-
- disableMeasuring() - Method in class org.xaffect.core.components.SystemComponent
-
- disconnect() - Method in class org.xaffect.components.sink.unisensstreamer.StreamingClient
-
- disconnect() - Method in class org.xaffect.components.sink.unisensstreamer.StreamingServer
-
- displayMarker(boolean) - Method in class org.xaffect.components.sink.dataviewer.resources.common.ValueScale
-
Determines whether the marker is to be displayed or not.
- dispose() - Static method in class org.eclipse.wb.swt.SWTResourceManager
-
Dispose of cached objects and their underlying OS resources.
- disposeColors() - Static method in class org.eclipse.wb.swt.SWTResourceManager
-
Dispose of all the cached Color
's.
- disposeCursors() - Static method in class org.eclipse.wb.swt.SWTResourceManager
-
Dispose all of the cached cursors.
- disposeFonts() - Static method in class org.eclipse.wb.swt.SWTResourceManager
-
Dispose all of the cached Font
's.
- disposeImages() - Static method in class org.eclipse.wb.swt.SWTResourceManager
-
Dispose all of the cached Image
's.
- draw(DataEntry) - Method in class org.xaffect.components.sink.dataviewer.DataViewer
-
Draws given
DataEntry
to every component that can display it.
- draw(DataType) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.ChartDataViewer
-
- draw(DataType) - Method in class org.xaffect.components.sink.dataviewer.resources.DataViewer
-
Draws data.
- drawValues(DataType, GC, Point) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.ChartDataViewer
-
Draws given values on given GC
.
- drawValues(DataEvent, GC, Point) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.ChartEventViewer
-
- drawValues(DataSignal, GC, Point) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.ChartSignalViewer
-
- drawValues(DataValue, GC, Point) - Method in class org.xaffect.components.sink.dataviewer.resources.chartviewer.ChartValueViewer
-
- DropDownMenu - Class in org.xaffect.components.sink.dataviewer.resources.common
-
Represents a drop-down-menu as a ToolItem
.
- DropDownMenu(ToolBar, String, String) - Constructor for class org.xaffect.components.sink.dataviewer.resources.common.DropDownMenu
-
- dumpFoundFiles() - Method in class org.xaffect.desktop.classloader.DynamicClassLoader
-
Creates a .txt-file in the project's root-directory, in which all found
classes and resources are listed.
- DynamicClassLoader - Class in org.xaffect.desktop.classloader
-
Loads Class
es from JARs in xAffect's running JAR's directory.
- DynamicClassLoader(boolean) - Constructor for class org.xaffect.desktop.classloader.DynamicClassLoader
-