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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BorderImageRepeat.Value in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.BorderImageRepeat.Value
    BorderImageRepeat.Value.fromString(String s)
     
    org.faceless.publisher.type.BorderImageRepeat.Value
    BorderImageRepeat.getHorizontal()
     
    org.faceless.publisher.type.BorderImageRepeat.Value
    BorderImageRepeat.getVertical()
     
    static org.faceless.publisher.type.BorderImageRepeat.Value
    BorderImageRepeat.Value.valueOf(String name)
     
    static org.faceless.publisher.type.BorderImageRepeat.Value[]
    BorderImageRepeat.Value.values()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BorderImageRepeat.Value in in
    Modifier
    Constructor
    Description
     
    BorderImageRepeat(org.faceless.publisher.type.BorderImageRepeat.Value horizontal, org.faceless.publisher.type.BorderImageRepeat.Value vertical)