Class Viewer.Presentation.PresentationStateAnnotationObject
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Viewer.Presentation.PresentationStateAnnotationObject

Object
   |
   +----PresentationStateLayerObject
           |
           +----Viewer.Presentation.PresentationStateAnnotationObject

public abstract class PresentationStateAnnotationObject
extends PresentationStateLayerObject
This class is the superclass for all objects which handles the GUI based functions of annotations. There are two types of annotations: text annotations and graphic annotations. Both can have image and display relative parts. The data are stored in objects of the c++ interface.

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
PresentationStateLayerObject, PresentationStateGraphicObject, PresentationStateTextObject

Constructor Index

 o Viewer.Presentation.PresentationStateAnnotationObject()
Creates a new object.

Method Index

 o setScreenSize(Dimension)
Handles the changing of the display size of the image.

Constructors

 o PresentationStateAnnotationObject
public PresentationStateAnnotationObject()
Creates a new object.

Since:
30.04.1999

Methods

 o setScreenSize
public abstract void setScreenSize(Dimension screenSize)
Handles the changing of the display size of the image. If the size for displaying the image is changing the display relative annotations must be rebuild.

Parameters:
The - new size for displaying the image.
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index