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

Class Viewer.GUI.PanelScrollImage

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

public class PanelScrollImage
extends Panel
This class contains the image viewer. It can show the image and supports scrollbars for scrolling in the image.

Author:
Klaus Kleber
Since:
30.04.1999

Constructor Index

 o Viewer.GUI.PanelScrollImage(ScreenImageHandler)
Contains the current ScreenImageHandler.

Method Index

 o setNewScrollbarValues(int, int, Point)
Sets maxium and values of the scrollbars

Constructors

 o PanelScrollImage
public PanelScrollImage(ScreenImageHandler screenImageHandler)
Contains the current ScreenImageHandler.

Parameters:
screenImageHandler - Contains the current ScreenImageHandler.
Since:
30.04.1999

Methods

 o setNewScrollbarValues
public void setNewScrollbarValues(int width,
                                  int height,
                                  Point values)
Sets maxium and values of the scrollbars

Parameters:
width - Contains the width of the image and therefore the maximum horizontal scroll value.
height - Contains the width of the image and therefore the maximum vertical scroll value.
values - Contains the values of the scollbars.
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index