Uses of Class
cz.fidentis.analyst.gui.task.batch.distanceheatmap.FaceNodeInfo
Packages that use FaceNodeInfo
Package
Description
Control panel for showing visual data of face differences.
-
Uses of FaceNodeInfo in cz.fidentis.analyst.gui.elements.heatmaptable
Methods in cz.fidentis.analyst.gui.elements.heatmaptable with parameters of type FaceNodeInfoModifier and TypeMethodDescriptionvoid
Heatmap.removeColumn
(TableColumnModel columnModel, TableColumn removedColumn, FaceNodeInfo colHeaderData) Removes clicked column, adds it to a list of removed rows/columns and resets the table sizevoid
Heatmap.removeRow
(int removedRow, FaceNodeInfo rowHeaderData) Removes clicked row, adds it to a list of removed rows/columns and resets the table sizeMethod parameters in cz.fidentis.analyst.gui.elements.heatmaptable with type arguments of type FaceNodeInfoModifier and TypeMethodDescriptionvoid
Heatmap.setNodeData
(List<FaceNodeInfo> faceNodeInfoList) Sets node datavoid
Heatmap.setOriginalNodeData
(List<FaceNodeInfo> faceNodeInfoList) Sets original node data to the same value as node data when createdConstructor parameters in cz.fidentis.analyst.gui.elements.heatmaptable with type arguments of type FaceNodeInfoModifierConstructorDescriptionHeatmap
(ProjectPanel projectPanel, double panelHeight, double panelWidth, Task task, List<FaceNodeInfo> faceNodeInfoList, TaskService taskService, BatchDistanceHeatmapPanel distanceHeatmapPanel) Constructor -
Uses of FaceNodeInfo in cz.fidentis.analyst.gui.task.batch.distanceheatmap
Constructors in cz.fidentis.analyst.gui.task.batch.distanceheatmap with parameters of type FaceNodeInfoConstructor parameters in cz.fidentis.analyst.gui.task.batch.distanceheatmap with type arguments of type FaceNodeInfoModifierConstructorDescriptionBatchDistanceHeatmapPanel
(ProjectPanel projectPanel, TaskService taskService, ActionListener action, Task task, List<FaceNodeInfo> nodeData) Constructor