Package gov.nih.mipav.view
Class ViewOpenVOIUI
java.lang.Object
gov.nih.mipav.view.ViewOpenVOIUI
User interface to open a VOI.
- Version:
- 0.1 Feb 24, 1998
- Author:
- Matthew J. McAuliffe, Ph.D.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVOI[]open(ModelImage image, boolean doLabel) Open a VOI array based on the suffix of the file.VOI[]openOtherOrientation(ModelImage image) Open a VOI array based on the suffix of the file.
-
Field Details
-
UI
The main user interface.
-
-
Constructor Details
-
ViewOpenVOIUI
public ViewOpenVOIUI()Constructor to allow user to open a file.
-
-
Method Details
-
open
Open a VOI array based on the suffix of the file.- Parameters:
image- Image to open the VOI on.doLabel- DOCUMENT ME!- Returns:
- the opened VOIs
-
openOtherOrientation
Open a VOI array based on the suffix of the file.- Parameters:
image- Image to open the VOI on.- Returns:
- the opened VOIs
-