Class VRTabPane

java.lang.Object
videoRangePanel.VRTabPane
All Implemented Interfaces:
PamTabPanel
Direct Known Subclasses:
VRTabPanelControl, VRTabPanelControlFX

public abstract class VRTabPane extends Object implements PamTabPanel
  • Constructor Details

    • VRTabPane

      public VRTabPane()
  • Method Details

    • getVRPane

      public abstract VRPane getVRPane()
      Get the main VRPane whihc makes the display.
      Returns:
      the vro pane.
    • update

      public void update(int updateType)
      Called whenever an update occurs.
      Parameters:
      updateType - - the update type flag.
    • pasteImage

      public boolean pasteImage()
      Paste an image file
      Returns:
      paste an image file.
    • openImageFile

      public boolean openImageFile(File file)
      Open a single image file (could also be a vide)
      Parameters:
      file - - the fiel to open
      Returns:
      true if the file is opended successfully
    • newMousePoint

      public void newMousePoint(Point mousePoint)