Class BorderPropertyBuilders.BorderTop

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

public static class BorderPropertyBuilders.BorderTop
extends AbstractPropertyBuilder
  • Constructor Details

    • BorderTop

      public BorderTop()
  • Method Details

    • getProperties

      protected CSSName[][] getProperties()
    • 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.