All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.ADT_image

java.lang.Object
   |
   +----PREDATOR.ADT.ADT
           |
           +----PREDATOR.ADT.ADT_image

public class ADT_image
extends ADT
The image ADT. The image is displayed by creating a frame which loads the image via http and displays it.

See Also:
ImageObject, ImageMetaInfo

Constructor Index

 o ADT_image()

Method Index

 o getMetaInfoClass()
Returns the class of the ADT's meta info.
 o getObjectClass(ADTMetaInfo)
Returns the class of the image ADT's object data: ImageData

Constructors

 o ADT_image
 public ADT_image()

Methods

 o getObjectClass
 public Class getObjectClass(ADTMetaInfo MetaInfo)
Returns the class of the image ADT's object data: ImageData

Parameters:
MetaInfo - The meta-info for the object to be read
Returns:
The class of the image ADT's object data
Overrides:
getObjectClass in class ADT
 o getMetaInfoClass
 public Class getMetaInfoClass()
Returns the class of the ADT's meta info. For instance, the audio ADT returns AudioMetaInfo.

Returns:
The class of the ADT's meta info
Overrides:
getMetaInfoClass in class ADT

All Packages  Class Hierarchy  This Package  Previous  Next  Index