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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.ColorInterpolationProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.ColorInterpolationProp
    CSSStyle.getColorInterpolation()
    Return the value of the color-interpolation property.
    org.faceless.publisher.type.ColorInterpolationProp
    FilterCSSStyle.getColorInterpolation()
     
    org.faceless.publisher.type.ColorInterpolationProp
    CSSStyle.getColorInterpolationFilters()
    Return the value of the color-interpolation-filters property.
    org.faceless.publisher.type.ColorInterpolationProp
    FilterCSSStyle.getColorInterpolationFilters()
     
    static org.faceless.publisher.type.ColorInterpolationProp
    ColorInterpolationProp.valueOf(String name)
     
    static org.faceless.publisher.type.ColorInterpolationProp[]
    ColorInterpolationProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.ColorInterpolationProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.ColorInterpolationProp>
    ColorInterpolationProp.getParser()