Class Viewer.GUI.MainImageViewerPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Viewer.GUI.MainImageViewerPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Panel
                           |
                           +----Viewer.GUI.MainImageViewerPanel

public class MainImageViewerPanel
extends Panel
This class contains the main panel of the image viewer. All other components are integrated in this panel.

Author:
Klaus Kleber
Since:
30.04.1999

Variable Index

 o annotationPanel
Contains a panel for creating Annotations.
 o funktionBasisTabPanel
Contains the function tabs.
 o parentFrame
Contains the parentFrame of this Panel
 o screenImageHandler
 o sl
Contains a status bar form an other Widget.

Constructor Index

 o Viewer.GUI.MainImageViewerPanel(PresentationStateGraphicsHandler, Frame, Statusline)
Constructs a new object.

Method Index

 o getImageCanvas()
Returns the ImageCanvas which contains the GUI of the image.
 o getPanelScrollImage()
Returns the PanelScrollImage
 o setValue()
Updates the content off all widgets in this panel.

Variables

 o annotationPanel
public Viewer.GUI.AnnotationPanel annotationPanel
Contains a panel for creating Annotations.

Since: 30.04.1999
 o funktionBasisTabPanel
public Viewer.GUI.FunktionBasisTabPanel funktionBasisTabPanel
Contains the function tabs.

Since: 30.04.1999
 o parentFrame
public java.awt.Frame parentFrame
Contains the parentFrame of this Panel

Since: 30.04.1999
 o screenImageHandler
public Viewer.Main.ScreenImageHandler screenImageHandler

Since: 30.04.1999
 o sl
public jToolkit.Gui.Statusline sl
Contains a status bar form an other Widget.

Since: 30.04.1999

Constructors

 o MainImageViewerPanel
public MainImageViewerPanel(PresentationStateGraphicsHandler presentationStateGraphicsHandler,
                            Frame parentFrame,
                            Statusline sl)
Constructs a new object.

Parameters:
presentationStateGraphicsHandler - Contains the current PresentationStateGraphicsHandler.
parentFrame - Contains the parent frame of this Panel
sl - Contains reference of a status bar
Since:
30.04.1999

Methods

 o getImageCanvas
public Viewer.GUI.ImageCanvas getImageCanvas()
Returns the ImageCanvas which contains the GUI of the image.

Returns:
The imageCanvas which contains the image
Since:
30.04.1999
 o getPanelScrollImage
public Viewer.GUI.PanelScrollImage getPanelScrollImage()
Returns the PanelScrollImage

Returns:
PanelScrollImage.
Since:
30.04.1999
 o setValue
public void setValue()
Updates the content off all widgets in this panel.

Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index