Uses of Interface
cz.fidentis.analyst.project.TaskService
Packages that use TaskService
Package
Description
FIDENTIS project.
Control panels and other GUI elements of a task.
Control panel for showing visual data of face differences.
-
Uses of TaskService in cz.fidentis.analyst.gui.elements.heatmaptable
Constructors in cz.fidentis.analyst.gui.elements.heatmaptable with parameters of type TaskServiceModifierConstructorDescriptionHeatmap
(ProjectPanel projectPanel, double panelHeight, double panelWidth, Task task, List<FaceNodeInfo> faceNodeInfoList, TaskService taskService, BatchDistanceHeatmapPanel distanceHeatmapPanel) Constructor -
Uses of TaskService in cz.fidentis.analyst.gui.project
Constructors in cz.fidentis.analyst.gui.project with parameters of type TaskServiceModifierConstructorDescriptionProjectPanel
(ProjectService projectService, FaceService faceService, TaskService taskService, HumanFacesEventBusService humanFacesEventBusService, SwingTopComponent topComponent) Constructor.RecoverTasksWorker
(TaskService taskService, Project project, ProgressDialog<Boolean, Integer> progressDialog, BiConsumer<Camera, Task> consumer) Constructor. -
Uses of TaskService in cz.fidentis.analyst.gui.task
Constructors in cz.fidentis.analyst.gui.task with parameters of type TaskServiceModifierConstructorDescriptionTaskWindow
(ProjectPanel projectPanel, TaskService taskService, FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Task task, ActionListener endTaskListener, SwingTopComponent topComponent) Constructor. -
Uses of TaskService in cz.fidentis.analyst.gui.task.batch.distanceheatmap
Constructors in cz.fidentis.analyst.gui.task.batch.distanceheatmap with parameters of type TaskServiceModifierConstructorDescriptionBatchDistanceHeatmapAction
(ProjectPanel projectPanel, TaskService taskService, Canvas canvas, Task task, JTabbedPane topControlPane) ConstructorBatchDistanceHeatmapPanel
(ProjectPanel projectPanel, TaskService taskService, ActionListener action, Task task, List<FaceNodeInfo> nodeData) Constructor -
Uses of TaskService in cz.fidentis.analyst.project.impl
Classes in cz.fidentis.analyst.project.impl that implement TaskServiceConstructors in cz.fidentis.analyst.project.impl with parameters of type TaskServiceModifierConstructorDescriptionProjectServiceImpl
(TaskService taskService, FaceService faceService, ProjectRepository projectRepository)