Uses of Interface
com.adactus.mpeg21.didl.model.Fragment

Packages that use Fragment
com.adactus.mpeg21.didl.entity   
com.adactus.mpeg21.didl.model   
 

Uses of Fragment in com.adactus.mpeg21.didl.entity
 

Classes in com.adactus.mpeg21.didl.entity that implement Fragment
 class FragmentType
          A Fragment element indicates a part of interest in a resource
 

Methods in com.adactus.mpeg21.didl.entity that return types with arguments of type Fragment
 java.util.List<Fragment> AnchorType.getFragments()
           
 

Uses of Fragment in com.adactus.mpeg21.didl.model
 

Methods in com.adactus.mpeg21.didl.model that return types with arguments of type Fragment
 java.util.List<Fragment> Anchor.getFragments()
          Get the Fragments associated with this instance.