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

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

    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.Shadow in in
    Modifier and Type
    Method
    Description
    List<org.faceless.publisher.type.Shadow>
    CSSStyle.getBoxShadow()
    Returns the value of the box-shadow property.
    List<org.faceless.publisher.type.Shadow>
    FilterCSSStyle.getBoxShadow()
     
    List<org.faceless.publisher.type.Shadow>
    CSSStyle.getTextShadow()
    Returns the value of the text-shadow property.
    List<org.faceless.publisher.type.Shadow>
    FilterCSSStyle.getTextShadow()