Class FaceInfoPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FaceInfoPanel extends JPanel
A common component for showing information about a face.
See Also:
  • Field Details

  • Constructor Details

    • FaceInfoPanel

      public FaceInfoPanel()
      Constructor.
  • Method Details

    • showFaceState

      public void showFaceState(FacesProxy faces, int face)
      Show face info
      Parameters:
      faces - proxy of project faces
      face - index of the face to be shown
    • showFaceState

      public void showFaceState(FacesProxy faces, String faceName)
      Show face info
      Parameters:
      faces - proxy of project faces
      faceName - Canonical name of the face to be shown