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

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.RepeatStyle in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.RepeatStyle
    RepeatStyle.REPEAT
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.RepeatStyle in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.RepeatStyle
    Background.getRepeat()
    Returns how this layer should be repeated over the background surface.
    org.faceless.publisher.type.RepeatStyle
    Mask.getRepeat()
    Returns how this layer should be repeated over the mask surface.
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.RepeatStyle in in
    Modifier
    Constructor
    Description
     
    Background(org.faceless.publisher.type.BackgroundAttachmentProp attach, org.faceless.publisher.type.BoxProp clip, Paint color, URL2 image, org.faceless.publisher.type.BoxProp origin, org.faceless.publisher.type.BackgroundPosition position, org.faceless.publisher.type.RepeatStyle repeat, org.faceless.publisher.type.BackgroundSize size, org.faceless.publisher.type.BlendModeProp blendMode)
    Create a new Background with an image.
     
    Mask(org.faceless.publisher.type.BoxProp clip, org.faceless.publisher.type.MaskCompositeProp composite, URL2 image, org.faceless.publisher.type.MaskModeProp mode, org.faceless.publisher.type.BoxProp origin, org.faceless.publisher.type.BackgroundPosition position, org.faceless.publisher.type.RepeatStyle repeat, org.faceless.publisher.type.BackgroundSize size)
    Create a new Mask.