Class Viewer.Main.ViewInterface
All Packages Class Hierarchy This Package Previous Next Index
Class Viewer.Main.ViewInterface
Object
|
+----Viewer.Main.ViewInterface
- public class ViewInterface
- extends Object
This class contains is the interface for the image viewer of DICOMscope.
- Author:
- Klaus Kleber
- Since:
- 30.04.1999
-
Viewer.Main.ViewInterface(PresentationStateGraphicsHandler, Frame, Statusline)
- Constructs a new object
-
getViewPanel()
- Returns the main panel of the image viewer
-
setImage()
- Invoking the image viewer for reveiving a
new presentation state in the c++ interface.
ViewInterface
public ViewInterface(PresentationStateGraphicsHandler presentationStateGraphicsHandler,
Frame frame,
Statusline sl)
- Constructs a new object
- Parameters:
- presentationStateGraphicsHandler - Contains the current PresentationStateGraphicsHandler.
- frame - Contains the parent frame of the image viewer.
- sl - Contains a status bar in the parent frame.
- Since:
- 30.04.1999
getViewPanel
public java.awt.Panel getViewPanel()
- Returns the main panel of the image viewer
- Returns:
- The main panel of the image viewer.
- Since:
- 30.04.1999
setImage
public void setImage()
- Invoking the image viewer for reveiving a
new presentation state in the c++ interface.
- Since:
- 30.04.1999
All Packages Class Hierarchy This Package Previous Next Index