Uses of Class
org.faceless.publisher.type.Repeat

Packages that use org.faceless.publisher.type.Repeat
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.Repeat in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.Repeat in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.Repeat
    TrackList.getRepeat(int index)
     
    static org.faceless.publisher.type.Repeat
    Repeat.newAutoFillRepeat()
     
    static org.faceless.publisher.type.Repeat
    Repeat.newAutoFitRepeat()
     
    static org.faceless.publisher.type.Repeat
    Repeat.newTrackRepeat(int number)
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.Repeat in in
    Modifier and Type
    Method
    Description
    void
    TrackList.addRepeat(org.faceless.publisher.type.Repeat repeat)