Interface BatchControlPanel
- All Known Implementing Classes:
BatchDistanceHeatmapPanel
,BatchDistancePanel
public interface BatchControlPanel
-
Method Summary
Modifier and TypeMethodDescriptionReturns the face selected in a menu.getTask()
Returns the face proxy decorator
-
Method Details
-
getTask
Task getTask()Returns the face proxy decorator- Returns:
- face proxy decorator
-
getSelectedFace
StoredHumanFace getSelectedFace()Returns the face selected in a menu.- Returns:
- The face selected in a menu. This is either some face from the dataset or the average face.
-