Class BorderPropertyBuilders.BorderLeft

java.lang.Object
org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders.BorderLeft
All Implemented Interfaces:
PropertyBuilder
Enclosing class:
BorderPropertyBuilders

public static class BorderPropertyBuilders.BorderLeft extends AbstractPropertyBuilder
  • Constructor Details

    • BorderLeft

      public BorderLeft()
  • 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.