Uses of Class
org.weblab_project.core.model.Segment

Packages that use Segment
org.weblab_project.core.model   
org.weblab_project.core.model.multimedia   
org.weblab_project.core.model.text   
 

Uses of Segment in org.weblab_project.core.model
 

Fields in org.weblab_project.core.model with type parameters of type Segment
protected  java.util.List<Segment> MediaUnit.segment
           
 

Methods in org.weblab_project.core.model that return types with arguments of type Segment
 java.util.List<Segment> MediaUnit.getSegment()
          Gets the value of the segment property.
 

Uses of Segment in org.weblab_project.core.model.multimedia
 

Subclasses of Segment in org.weblab_project.core.model.multimedia
 class SpatialSegment
          A spatial segment is aiming to localise any meaningful content in a spatial document.
 class TemporalSegment
          A temporal segment is a segment that is described by a start and stop reference in accordance to a millisecond metric.
 

Uses of Segment in org.weblab_project.core.model.text
 

Subclasses of Segment in org.weblab_project.core.model.text
 class LinearSegment
          A linear segment is a position which can be described by a start and stop reference in accordance to a number of UTF-8 characters metric.
 



Copyright © 2004-2009. All Rights Reserved.