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
-
annotationPanel
- Contains a panel for creating Annotations.
-
funktionBasisTabPanel
- Contains the function tabs.
-
parentFrame
- Contains the parentFrame of this Panel
-
screenImageHandler
-
-
sl
- Contains a status bar form an other Widget.
-
Viewer.GUI.MainImageViewerPanel(PresentationStateGraphicsHandler, Frame, Statusline)
- Constructs a new object.
-
getImageCanvas()
- Returns the ImageCanvas which contains the GUI of the image.
-
getPanelScrollImage()
- Returns the PanelScrollImage
-
setValue()
- Updates the content off all widgets in this panel.
annotationPanel
public Viewer.GUI.AnnotationPanel annotationPanel
- Contains a panel for creating Annotations.
- Since:
30.04.1999
funktionBasisTabPanel
public Viewer.GUI.FunktionBasisTabPanel funktionBasisTabPanel
- Contains the function tabs.
- Since:
30.04.1999
parentFrame
public java.awt.Frame parentFrame
- Contains the parentFrame of this Panel
- Since:
30.04.1999
screenImageHandler
public Viewer.Main.ScreenImageHandler screenImageHandler
-
- Since:
30.04.1999
sl
public jToolkit.Gui.Statusline sl
- Contains a status bar form an other Widget.
- Since:
30.04.1999
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
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
getPanelScrollImage
public Viewer.GUI.PanelScrollImage getPanelScrollImage()
- Returns the PanelScrollImage
- Returns:
- PanelScrollImage.
- Since:
- 30.04.1999
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