Uses of Class
adaptlil.gazepoint.api.recv.RecXml
Packages that use RecXml
Package
Description
-
Uses of RecXml in adaptlil
Modifier and TypeMethodDescriptionint
Adds a RecXmlObject to the buffer.void
GazeWindow.setGazeBuffer
(RecXml[] gazeBuffer) -
Uses of RecXml in adaptlil.gazepoint.api
Fields in adaptlil.gazepoint.api with type parameters of type RecXmlModifier and TypeFieldDescriptionprivate final AsyncBuffer<RecXml>
GazepointSocket.gazeDataBuffer
Methods in adaptlil.gazepoint.api that return RecXmlModifier and TypeMethodDescriptionGazepointSocket.readGazeDataFromBuffer()
Grabs the head of the gaze data xml object queue (Reference gazepoint API)Methods in adaptlil.gazepoint.api that return types with arguments of type RecXmlModifier and TypeMethodDescriptionGazepointSocket.getGazeDataQueue()
GazeApiCommands.getRecCommands()
Contains a list of classes that extend RecXmlObject. -
Uses of RecXml in adaptlil.gazepoint.api.recv
Methods in adaptlil.gazepoint.api.recv that return RecXmlModifier and TypeMethodDescriptionRecXml[]
RecXml.interpolate
(RecXml first, RecXml last, List<RecXml> packetsBetweenFirstAndLast, int steps) Interpolates all data attributes of a RECXml object.Methods in adaptlil.gazepoint.api.recv with parameters of type RecXmlModifier and TypeMethodDescriptionRecXml[]
RecXml.interpolate
(RecXml first, RecXml last, List<RecXml> packetsBetweenFirstAndLast, int steps) Interpolates all data attributes of a RECXml object.Method parameters in adaptlil.gazepoint.api.recv with type arguments of type RecXml -
Uses of RecXml in adaptlil.gazepoint.excel
Methods in adaptlil.gazepoint.excel that return RecXmlModifier and TypeMethodDescriptionstatic RecXml
OntoMapCsv.getRecXmlObjectFromCells
(List<String> headerRow, String[] cells)