Uses of Enum Class
org.faceless.publisher.type.BackgroundAttachmentProp

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BackgroundAttachmentProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.BackgroundAttachmentProp
    Background.getAttachment()
    Returns how this layer should be attached to the viewport surface.
    static org.faceless.publisher.type.BackgroundAttachmentProp
    BackgroundAttachmentProp.valueOf(String name)
     
    static org.faceless.publisher.type.BackgroundAttachmentProp[]
    BackgroundAttachmentProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.BackgroundAttachmentProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.BackgroundAttachmentProp>
    BackgroundAttachmentProp.getParser()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BackgroundAttachmentProp 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.