|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediaUnit | |
---|---|
org.weblab_project.core.model | |
org.weblab_project.core.model.multimedia | |
org.weblab_project.core.model.structure | |
org.weblab_project.core.model.text |
Uses of MediaUnit in org.weblab_project.core.model |
---|
Subclasses of MediaUnit in org.weblab_project.core.model | |
---|---|
class |
ComposedUnit
A composed unit is a media unit which only contain a list of other units. |
class |
Document
A document is assumed to be a composed unit which handle the references of all the unit which have been build on it through the multiple processes. |
Fields in org.weblab_project.core.model with type parameters of type MediaUnit | |
---|---|
protected java.util.List<MediaUnit> |
ComposedUnit.mediaUnit
|
Methods in org.weblab_project.core.model that return types with arguments of type MediaUnit | |
---|---|
java.util.List<MediaUnit> |
ComposedUnit.getMediaUnit()
Gets the value of the mediaUnit property. |
Uses of MediaUnit in org.weblab_project.core.model.multimedia |
---|
Subclasses of MediaUnit in org.weblab_project.core.model.multimedia | |
---|---|
class |
Audio
An audio unit describes audio content out of media document. |
class |
BinaryMediaUnit
As a resource, a binary unit could be annotated to provide, for example, meta-information on its content or its format. |
class |
Image
An image unit describe a visual static content out of media document. |
class |
Video
A video unit describes a dynamic visual content out of media document. |
Uses of MediaUnit in org.weblab_project.core.model.structure |
---|
Subclasses of MediaUnit in org.weblab_project.core.model.structure | |
---|---|
class |
Cell
A cell is a specific mediaUnit that could handle content structured in table. |
class |
Line
A line is a specific media unit that could handle part of content structured in table. |
class |
Table
A table is a specific mediaUnit that could handle content structured in table. |
Fields in org.weblab_project.core.model.structure declared as MediaUnit | |
---|---|
protected MediaUnit |
Cell.mediaUnit
|
Methods in org.weblab_project.core.model.structure that return MediaUnit | |
---|---|
MediaUnit |
Cell.getMediaUnit()
Gets the value of the mediaUnit property. |
Methods in org.weblab_project.core.model.structure with parameters of type MediaUnit | |
---|---|
void |
Cell.setMediaUnit(MediaUnit value)
Sets the value of the mediaUnit property. |
Uses of MediaUnit in org.weblab_project.core.model.text |
---|
Subclasses of MediaUnit in org.weblab_project.core.model.text | |
---|---|
class |
Text
A text unit is the simplest specification of the media unit dedicated to full text data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |