A B C D E F G H I L M N O P Q R S T U V W X 

D

DataDescription - Class in org.xaffect.core.data
Describes the content of a DataEntry.
DataDescription(String, String, DataType, double, int) - Constructor for class org.xaffect.core.data.DataDescription
Creates a new DataDescription.
DataDescription(String, DataType, double, int) - Constructor for class org.xaffect.core.data.DataDescription
Creates a new DataDescription.
DataDescription(String, DataType) - Constructor for class org.xaffect.core.data.DataDescription
Creates a new DataDescription.
DataDispatcher - Class in org.xaffect.core.dispatching
Matches and connects Sinks and Sources via ConnectorSinks, respectively ConnectorSources.
DataDispatcher(Logger) - Constructor for class org.xaffect.core.dispatching.DataDispatcher
Creates a new DataDispatcher.
DataEntry - Class in org.xaffect.core.data
Represents data that is passed from Sources to Sinks.
DataEntry(DataDescription) - Constructor for class org.xaffect.core.data.DataEntry
Creates a new 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
Creates a new 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
Creates a new DataSignal.
DataType - Enum in org.xaffect.core.data
Enum representing the 3 different types DataEvent DataSignal DataValue a DataEntry can be of.
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
Creates a new DataValue.
DataViewer - Class in org.xaffect.components.sink.dataviewer
GUI displaying DataEntrys in a chart-diagram.
DataViewer(int) - Constructor for class org.xaffect.components.sink.dataviewer.DataViewer
Creates a new DataViewer
DataViewer(int, boolean, double, double, long) - Constructor for class org.xaffect.components.sink.dataviewer.DataViewer
Creates a new 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
Disables the ability to enter State.MEASURING.
disconnect() - Method in class org.xaffect.components.sink.unisensstreamer.StreamingClient
Lets the StreamingClient disconnect itself from the StreamingServer.
disconnect() - Method in class org.xaffect.components.sink.unisensstreamer.StreamingServer
First disconnects all StreamingClients from the server, then closes the StreamingServer's socket.
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
Lets the ChartDataViewer draw data of type DataType.
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
Creates a new 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 Classes from JARs in xAffect's running JAR's directory.
DynamicClassLoader(boolean) - Constructor for class org.xaffect.desktop.classloader.DynamicClassLoader
Creates a new DynamicClassLoader.
A B C D E F G H I L M N O P Q R S T U V W X