Package gov.nih.mipav.view
Class ViewOpenPaintUI
- java.lang.Object
-
- gov.nih.mipav.view.ViewOpenPaintUI
-
public class ViewOpenPaintUI extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ViewUserInterfaceUIThe main user interface.
-
Constructor Summary
Constructors Constructor Description ViewOpenPaintUI()Constructor to allow user to open a file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.BitSetopen(ModelImage image)Open a VOI array based on the suffix of the file.
-
-
-
Field Detail
-
UI
private ViewUserInterface UI
The main user interface.
-
-
Method Detail
-
open
public java.util.BitSet open(ModelImage image)
Open a VOI array based on the suffix of the file.- Parameters:
image- Image to open the paint bitmap on.- Returns:
- the paint bitmap
-
-