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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.MaskModeProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.MaskModeProp
    CSSStyle.getMaskBorderMode()
    Returns the value of the mask-border-mode property.
    org.faceless.publisher.type.MaskModeProp
    FilterCSSStyle.getMaskBorderMode()
     
    org.faceless.publisher.type.MaskModeProp
    CSSStyle.getMaskType()
    Returns the value of the mask-border-mode property.
    org.faceless.publisher.type.MaskModeProp
    FilterCSSStyle.getMaskType()
     
    org.faceless.publisher.type.MaskModeProp
    Mask.getMode()
    Returns the mask-mode for this layer
    static org.faceless.publisher.type.MaskModeProp
    MaskModeProp.valueOf(String name)
     
    static org.faceless.publisher.type.MaskModeProp[]
    MaskModeProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.MaskModeProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.MaskModeProp>
    MaskModeProp.getParser()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.MaskModeProp in in
    Modifier
    Constructor
    Description
     
    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.