Uses of Class
adaptlil.data_classes.Fixation
Packages that use Fixation
-
Uses of Fixation in adaptlil.data_classes
Methods in adaptlil.data_classes that return FixationModifier and TypeMethodDescriptionstatic Fixation
Fixation.getFixationFromCSVLine
(int durationColIndex, int xColIndex, int yColIndex, int idColIndex, int timestampColIndex, String[] fixationLine) Constructs a fixation object through specification of the array indices of the fixationLine argumentFixation[]
Fixation.interpolate
(Fixation firstFixation, Fixation nextFixation, int nSteps) Performs Linear interpolation nSteps Fixation elements between the first Fixation and the next FixationMethods in adaptlil.data_classes with parameters of type FixationModifier and TypeMethodDescriptionFixation[]
Fixation.interpolate
(Fixation firstFixation, Fixation nextFixation, int nSteps) Performs Linear interpolation nSteps Fixation elements between the first Fixation and the next Fixation -
Uses of Fixation in adaptlil.gazepoint.api.recv
Fields in adaptlil.gazepoint.api.recv declared as FixationMethods in adaptlil.gazepoint.api.recv that return FixationModifier and TypeMethodDescriptionRecXml.getFixation()
Returns the data class holder for the Fixation attributes contained in thepacket. Methods in adaptlil.gazepoint.api.recv with parameters of type FixationModifier and TypeMethodDescriptionvoid
RecXml.setFixation
(Fixation fixation) Sets the fixation object and the relative GazePoint Data metric names [e.g. -
Uses of Fixation in adaptlil.gazepoint.excel
Fields in adaptlil.gazepoint.excel with type parameters of type FixationConstructor parameters in adaptlil.gazepoint.excel with type arguments of type FixationModifierConstructorDescriptionGazeMetrics
(List<Fixation> fixations, List<Saccade> saccades) Constructor to calculate descriptive metrics for the specified fixations and saccades