Class PrimitivePropertyBuilders.BackgroundPosition

java.lang.Object
com.openhtmltopdf.css.parser.property.AbstractPropertyBuilder
com.openhtmltopdf.css.parser.property.PrimitivePropertyBuilders.BackgroundPosition
All Implemented Interfaces:
PropertyBuilder
Enclosing class:
PrimitivePropertyBuilders

public static class PrimitivePropertyBuilders.BackgroundPosition
extends AbstractPropertyBuilder
  • Constructor Details

  • Method Details

    • buildDeclarations

      public List buildDeclarations​(CSSName cssName, List 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.