Uses of Class
com.tagtraum.audiokern.segments.Segment
-
Packages that use Segment Package Description com.tagtraum.audiokern.segments Code dealing with segmentation and similarity.com.tagtraum.beatunes.player Components for the music player interface. -
-
Uses of Segment in com.tagtraum.audiokern.segments
Methods in com.tagtraum.audiokern.segments that return types with arguments of type Segment Modifier and Type Method Description Iterator<Segment>SegmentList. iterator()Methods in com.tagtraum.audiokern.segments with parameters of type Segment Modifier and Type Method Description intSegment. compareTo(Segment that)Constructor parameters in com.tagtraum.audiokern.segments with type arguments of type Segment Constructor Description SegmentList(List<Segment> segments) -
Uses of Segment in com.tagtraum.beatunes.player
Methods in com.tagtraum.beatunes.player with parameters of type Segment Modifier and Type Method Description StringTimeSlider.SegmentToolTip. getToolTip(Segment segment)
-