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

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.TrackSize in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.TrackSize
    TrackSize.AUTO
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.TrackSize in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.TrackSize
    Repeat.getTrackSize(int index)
     
    org.faceless.publisher.type.TrackSize
    TrackList.getTrackSize(int index)
     
    static org.faceless.publisher.type.TrackSize
    TrackSize.newFitContentInstance(org.faceless.publisher.type.Length length)
    Creates a new TrackSize fit-content instance.
    static org.faceless.publisher.type.TrackSize
    TrackSize.newLengthInstance(org.faceless.publisher.type.Length length)
    Creates a new TrackSize instance based on a length.
    static org.faceless.publisher.type.TrackSize
    TrackSize.newMinMaxInstance(org.faceless.publisher.type.Length min, org.faceless.publisher.type.Length max)
    Creates a new TrackSize minmax instance.
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.TrackSize in in
    Modifier and Type
    Method
    Description
    void
    Repeat.addTrackSize(org.faceless.publisher.type.TrackSize trackSize)
     
    void
    TrackList.addTrackSize(org.faceless.publisher.type.TrackSize trackSize)