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

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.BackgroundSize in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.BackgroundSize
    BackgroundSize.CONTAIN
     
    static final org.faceless.publisher.type.BackgroundSize
    BackgroundSize.COVER
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BackgroundSize in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.BackgroundSize
    Background.getSize()
    Returns the size of the background image in this layer.
    org.faceless.publisher.type.BackgroundSize
    Mask.getSize()
    Returns the size of the mask image in this layer.
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BackgroundSize 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.