Module video

Class VideoPanel

All Implemented Interfaces:
InteractionPanel, ImageObserver, MenuContainer, Serializable, Accessible

public class VideoPanel extends JPanel implements InteractionPanel
The VideoPanel is the graphical user interface of the video export plugin. All features of the plugin are located in different panels, which are lying on this main panel.
Author:
Dominick Leppich
See Also:
  • Field Details

    • IMAGE_PREVIEW_SIZE

      public static final Dimension IMAGE_PREVIEW_SIZE
    • PANEL_SPACER

      public static final int PANEL_SPACER
      See Also:
  • Constructor Details

    • VideoPanel

      public VideoPanel(VideoPluginConnector connector)
      Default ctr. All sub panels are added to this panel inside the constructor.
  • Method Details

    • dispose

      public void dispose()
      This method is called just before this panel is closed. Before this could happen, all observers to the ImageSequence are removed.
    • setInteractionEnabled

      public void setInteractionEnabled(boolean enabled)
      Description copied from interface: InteractionPanel
      Enable or disable the interaction with this panel.
      Specified by:
      setInteractionEnabled in interface InteractionPanel
      Parameters:
      enabled - - New status