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
-
ADT_image()
-
-
getMetaInfoClass()
- Returns the class of the ADT's meta info.
-
getObjectClass(ADTMetaInfo)
- Returns the class of the image ADT's object data: ImageData
ADT_image
public ADT_image()
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
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