Uses of Interface
viper.descriptors.attributes.Composable

Packages that use Composable
viper.descriptors.attributes Provides the classes necessary to read Attributes in from a file and compare them.  
 

Uses of Composable in viper.descriptors.attributes
 

Classes in viper.descriptors.attributes that implement Composable
protected static class Attribute_bbox.Bbox
           
protected static class Attribute_obox.Obox
           
(package private) static class viper.descriptors.attributes.Attribute_polygon.AbstractPolygonValue
           
 class FrameSpan
          This class represents the numeric span of frames in a video, consisting of the beginning and end frame and a bitmask on all frames in between, as well as several actions upon them, such as intersection, union, and size.
 

Methods in viper.descriptors.attributes that return Composable
 Composable FrameSpan.compose(Composable partner)
           
 Composable Composable.compose(Composable partner)
          Generate the composition of this object with its partner.
 

Methods in viper.descriptors.attributes with parameters of type Composable
 Composable FrameSpan.compose(Composable partner)
           
 Composable Composable.compose(Composable partner)
          Generate the composition of this object with its partner.