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

Constructor Index

 o Viewer.Main.ViewInterface(PresentationStateGraphicsHandler, Frame, Statusline)
Constructs a new object

Method Index

 o getViewPanel()
Returns the main panel of the image viewer
 o setImage()
Invoking the image viewer for reveiving a new presentation state in the c++ interface.

Constructors

 o 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

Methods

 o 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
 o 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