Uses of Class
adaptlil.gazepoint.api.recv.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
Modifier and TypeFieldDescriptionprivate final AsyncBuffer<RecXml>
GazepointSocket.gazeDataBuffer
Modifier and TypeMethodDescriptionGazepointSocket.readGazeDataFromBuffer()
Grabs the head of the gaze data xml object queue (Reference gazepoint API)Modifier and TypeMethodDescriptionGazepointSocket.getGazeDataQueue()
GazeApiCommands.getRecCommands()
Contains a list of classes that extend RecXmlObject. -
Uses of RecXml in adaptlil.gazepoint.api.recv
Modifier and TypeMethodDescriptionRecXml[]
RecXml.interpolate
(RecXml first, RecXml last, List<RecXml> packetsBetweenFirstAndLast, int steps) Interpolates all data attributes of a RECXml object. -
Uses of RecXml in adaptlil.gazepoint.excel
Modifier and TypeMethodDescriptionstatic RecXml
OntoMapCsv.getRecXmlObjectFromCells
(List<String> headerRow, String[] cells)