Uses of Enum Class
org.faceless.publisher.type.RepeatStyle.Value

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.RepeatStyle.Value in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.RepeatStyle.Value
    RepeatStyle.Value.fromString(String s)
     
    org.faceless.publisher.type.RepeatStyle.Value
    RepeatStyle.getHorizontal()
    Returns how to repeat in the horizontal direction.
    org.faceless.publisher.type.RepeatStyle.Value
    RepeatStyle.getVertical()
    Returns how to repeat in the vertical direction.
    static org.faceless.publisher.type.RepeatStyle.Value
    RepeatStyle.Value.valueOf(String name)
     
    static org.faceless.publisher.type.RepeatStyle.Value[]
    RepeatStyle.Value.values()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.RepeatStyle.Value in in
    Modifier
    Constructor
    Description
     
    RepeatStyle(org.faceless.publisher.type.RepeatStyle.Value horizontal, org.faceless.publisher.type.RepeatStyle.Value vertical)
    Constructs a new repeat style with the specified values.