Package videoRangePanel
Class VRTabPane
java.lang.Object
videoRangePanel.VRTabPane
- All Implemented Interfaces:
PamTabPanel
- Direct Known Subclasses:
VRTabPanelControl
,VRTabPanelControlFX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract VRPane
Get the main VRPane whihc makes the display.void
newMousePoint
(Point mousePoint) boolean
openImageFile
(File file) Open a single image file (could also be a vide)boolean
Paste an image filevoid
update
(int updateType) Called whenever an update occurs.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface PamView.PamTabPanel
createMenu, getPanel, getToolBar
-
Constructor Details
-
VRTabPane
public VRTabPane()
-
-
Method Details
-
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
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
-