org.weblab_project.core.model.multimedia
Class Image

java.lang.Object
  extended by org.weblab_project.core.model.Resource
      extended by org.weblab_project.core.model.MediaUnit
          extended by org.weblab_project.core.model.multimedia.BinaryMediaUnit
              extended by 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

Field Summary
 
Fields inherited from class org.weblab_project.core.model.multimedia.BinaryMediaUnit
content
 
Fields inherited from class org.weblab_project.core.model.MediaUnit
segment
 
Fields inherited from class org.weblab_project.core.model.Resource
annotation, descriptor, uri
 
Constructor Summary
Image()
           
 
Method Summary
 
Methods inherited from class org.weblab_project.core.model.multimedia.BinaryMediaUnit
getContent, setContent
 
Methods inherited from class org.weblab_project.core.model.MediaUnit
getSegment
 
Methods inherited from class org.weblab_project.core.model.Resource
getAnnotation, getDescriptor, getUri, setUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image()


Copyright © 2004-2009. All Rights Reserved.