Class OneToFourPropertyBuilders.BorderWidth

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

public static class OneToFourPropertyBuilders.BorderWidth
extends AbstractPropertyBuilder
  • Constructor Details

    • BorderWidth

      public BorderWidth()
  • Method Details

    • getProperties

      protected CSSName[] getProperties()
    • getPropertyBuilder

      protected PropertyBuilder getPropertyBuilder()
    • buildDeclarations

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