Uses of Interface
cz.fidentis.analyst.project.Task
Packages that use Task
Package
Description
FIDENTIS project.
Table with the list of models and corresponding interactions.
Control panels and other GUI elements of a task.
Control panel for batch processing.
Control panel for showing visual data of face differences.
Control panel for curvature computation and analysis.
Control panel for distance computation and visualization, e.g.
Control panel for showing and possibly managing information related
to a human face data, e.g., available data files, size of the model, etc.
Control panel for the manipulation and management of feature points
and other landmarks.
package for interactive mask GUI
Control panel for the registration (superimposition) of human faces.
Control panel for the symmetry plane computation and fine tuning.
The management of FIDENTIS projects and analytical tasks.
Rendering toolbar.
-
Uses of Task in cz.fidentis.analyst.gui.elements.heatmaptable
Constructors in cz.fidentis.analyst.gui.elements.heatmaptable with parameters of type TaskModifierConstructorDescriptionHeatmap(ProjectPanel projectPanel, double panelHeight, double panelWidth, Task task, List<FaceNodeInfo> faceNodeInfoList, TaskService taskService, BatchDistanceHeatmapPanel distanceHeatmapPanel) ConstructorConstructor -
Uses of Task in cz.fidentis.analyst.gui.project
Methods in cz.fidentis.analyst.gui.project that return types with arguments of type TaskModifier and TypeMethodDescriptionOpenTasksWorker.doInBackground()RecoverTasksWorker.doInBackground()Methods in cz.fidentis.analyst.gui.project with parameters of type TaskModifier and TypeMethodDescriptionProjectPanel.openTaskTab(Task task) Creates and/or opens an analytical tab.Constructor parameters in cz.fidentis.analyst.gui.project with type arguments of type TaskModifierConstructorDescriptionOpenTasksWorker(List<FaceReference> faces, ProgressDialog progressDialog, Consumer<Task> consumer) Constructor.RecoverTasksWorker(TaskService taskService, Project project, ProgressDialog<Boolean, Integer> progressDialog, BiConsumer<Camera, Task> consumer) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.project.table
Methods in cz.fidentis.analyst.gui.project.table with parameters of type TaskModifier and TypeMethodDescriptionvoidProjectTable.linkFacesWithTask(Task task) Find faces (rows) that are included in the given task and links the task with them by adding the task name into to combo-box column.voidProjectTable.unlinkFacesFromTask(Task task) Finds all faces (lines) thar are linked with the given task and removes the task from their combo-box column. -
Uses of Task in cz.fidentis.analyst.gui.task
Methods in cz.fidentis.analyst.gui.task that return TaskModifier and TypeMethodDescriptionprotected TaskControlPanelAction.getTask()TaskWindow.getTask()Constructors in cz.fidentis.analyst.gui.task with parameters of type TaskModifierConstructorDescriptionControlPanelAction(Canvas canvas, Task task, JTabbedPane topControlPane) Constructor.TaskWindow(ProjectPanel projectPanel, TaskService taskService, FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Task task, ActionListener endTaskListener, SwingTopComponent topComponent) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.task.batch
Methods in cz.fidentis.analyst.gui.task.batch with parameters of type TaskModifier and TypeMethodDescriptionstatic FaceReferenceSelectBoxService.getSelectedFace(Task task, JComboBox<String> cbox) Returns the face selected in a menu.static voidSelectBoxService.syncSelectionMenu(Task task, boolean selectNewAvgFace, JComboBox<String> cbox) Fill the menu (combo box) with names of faces stored in the face proxy, plus the optional average face.static voidSelectBoxService.syncSelectionMenu(Task task, FaceReference avgFace, boolean selectNewAvgFace, JComboBox<String> cbox) Fill the menu (combo box) with names of faces, including the average face, if provided as input parameter. -
Uses of Task in cz.fidentis.analyst.gui.task.batch.distance
Methods in cz.fidentis.analyst.gui.task.batch.distance that return TaskModifier and TypeMethodDescriptionBatchControlPanel.getTask()Returns the face proxy decoratorBatchDistancePanel.getTask()Constructors in cz.fidentis.analyst.gui.task.batch.distance with parameters of type TaskModifierConstructorDescriptionBatchDistanceAction(Canvas canvas, Task task, JTabbedPane topControlPane) Constructor.BatchDistancePanel(ActionListener action, Task task) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.task.batch.distanceheatmap
Methods in cz.fidentis.analyst.gui.task.batch.distanceheatmap that return TaskModifier and TypeMethodDescriptionBatchDistanceHeatmapPanel.getTask()Returns the face proxy decoratorConstructors in cz.fidentis.analyst.gui.task.batch.distanceheatmap with parameters of type TaskModifierConstructorDescriptionBatchDistanceHeatmapAction(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 Task in cz.fidentis.analyst.gui.task.batch.registration
Methods in cz.fidentis.analyst.gui.task.batch.registration that return TaskConstructors in cz.fidentis.analyst.gui.task.batch.registration with parameters of type TaskModifierConstructorDescriptionBatchRegistrationAction(Canvas canvas, Task task, JTabbedPane topControlPane) Constructor.BatchRegistrationPanel(ActionListener action, Task task) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.task.batch.symmetry
Methods in cz.fidentis.analyst.gui.task.batch.symmetry that return TaskConstructors in cz.fidentis.analyst.gui.task.batch.symmetry with parameters of type TaskModifierConstructorDescriptionBatchCuttingPlanesAction(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor.BatchCuttingPlanesPanel(ActionListener action, Task task) Constructor -
Uses of Task in cz.fidentis.analyst.gui.task.curvature
Constructors in cz.fidentis.analyst.gui.task.curvature with parameters of type TaskModifierConstructorDescriptionCurvatureAction(Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.task.distance
Constructors in cz.fidentis.analyst.gui.task.distance with parameters of type TaskModifierConstructorDescriptionDistanceAction(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.task.faceinfo
Constructors in cz.fidentis.analyst.gui.task.faceinfo with parameters of type TaskModifierConstructorDescriptionFaceOverviewAction(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane, int faceIndex) Constructor.FaceOverviewPanel(ActionListener action, Task task, int faceIndex) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.task.featurepoints
Constructors in cz.fidentis.analyst.gui.task.featurepoints with parameters of type TaskModifierConstructorDescriptionFeaturePointsAction(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.task.masks
Constructors in cz.fidentis.analyst.gui.task.masks with parameters of type TaskModifierConstructorDescriptionInteractiveMaskAction(Canvas canvas, Task task, JTabbedPane topControlPane) Constructor A newInteractiveMaskPanelis instantiated and added to thetopControlPane -
Uses of Task in cz.fidentis.analyst.gui.task.registration
Constructors in cz.fidentis.analyst.gui.task.registration with parameters of type TaskModifierConstructorDescriptionRegistrationAction(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of Task in cz.fidentis.analyst.gui.task.symmetry
Constructors in cz.fidentis.analyst.gui.task.symmetry with parameters of type TaskModifierConstructorDescriptionCuttingPlanesAction(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor.SymmetryAction(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of Task in cz.fidentis.analyst.project
Methods in cz.fidentis.analyst.project that return TaskModifier and TypeMethodDescriptionTaskService.createTask(List<FaceReference> references) Creates a taskMethods in cz.fidentis.analyst.project that return types with arguments of type TaskModifier and TypeMethodDescriptionTaskService.getTasksByProjectId(Long projectId) Returns all tasks for given projectMethods in cz.fidentis.analyst.project with parameters of type TaskModifier and TypeMethodDescriptionTaskService.getAvgFace(Task task) Returns the average human face ornullTaskService.getPrimaryFace(Task task) Returns primary faceTaskService.getSecondaryFace(Task task) Returns secondary facevoidTaskService.replaceAverageFace(Task task, FaceReference faceReference) Replaces the average face -
Uses of Task in cz.fidentis.analyst.project.impl
Classes in cz.fidentis.analyst.project.impl that implement TaskMethods in cz.fidentis.analyst.project.impl that return TaskMethods in cz.fidentis.analyst.project.impl that return types with arguments of type TaskModifier and TypeMethodDescriptionProjectJsonStructure.getTasks()Returns a list of paths to project's facesTaskServiceImpl.getTasksByProjectId(Long projectId) Methods in cz.fidentis.analyst.project.impl with parameters of type TaskModifier and TypeMethodDescriptionTaskServiceImpl.getAvgFace(Task task) TaskServiceImpl.getPrimaryFace(Task task) TaskServiceImpl.getSecondaryFace(Task task) voidTaskServiceImpl.replaceAverageFace(Task task, FaceReference faceReference) Method parameters in cz.fidentis.analyst.project.impl with type arguments of type TaskModifier and TypeMethodDescriptionvoidSetter used by Jackson deserialization.Constructor parameters in cz.fidentis.analyst.project.impl with type arguments of type TaskModifierConstructorDescriptionProjectJsonStructure(List<Task> tasks) Constructor from faces proxy used for serialization. -
Uses of Task in cz.fidentis.analyst.toolbar
Constructors in cz.fidentis.analyst.toolbar with parameters of type TaskModifierConstructorDescriptionBatchToolbar(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task) Constructor.DoubleFaceToolbar(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task) Constructor.SingleFaceToolbar(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task) Constructor.