Class BackgroundPropertyBuilder

java.lang.Object
org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
org.xhtmlrenderer.css.parser.property.BackgroundPropertyBuilder
All Implemented Interfaces:
PropertyBuilder

public class BackgroundPropertyBuilder extends AbstractPropertyBuilder
  • Field Details

    • ALL

      private static final CSSName[] ALL
  • Constructor Details

    • BackgroundPropertyBuilder

      public BackgroundPropertyBuilder()
  • Method Details

    • isAppliesToBackgroundPosition

      private boolean isAppliesToBackgroundPosition(PropertyValue value)
    • buildDeclarations

      public List<PropertyDeclaration> buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed)
      Description copied from interface: PropertyBuilder
      Builds a list of PropertyDeclaration objects for the CSS property cssName. values must contain CSSPrimitiveValue objects.