org.weblab_project.core.model.multimedia
Class Image
java.lang.Object
org.weblab_project.core.model.Resource
org.weblab_project.core.model.MediaUnit
org.weblab_project.core.model.multimedia.BinaryMediaUnit
org.weblab_project.core.model.multimedia.Image
- All Implemented Interfaces:
- java.io.Serializable
public class Image
- extends BinaryMediaUnit
- implements java.io.Serializable
An image unit describe a visual static content out of media document. It does not have any particular attribute but only allow describing the structure.
As a resource it can be annotated to describe the content. It can also be described using low level descriptors. The original content may be in the content field or a reference using
annotation should be made to the content.
Data Exchange Model for WebLab platform provided by EADS Multimedia package - Version 1.1 - 2009/05
Java class for image complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="image">
<complexContent>
<extension base="{http://weblab-project.org/core/model/multimedia}binaryMediaUnit">
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Constructor Summary |
Image()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image()
Copyright © 2004-2009. All Rights Reserved.