Class PrimitivePropertyBuilders.Bottom
java.lang.Object
org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders.Bottom
- All Implemented Interfaces:
PropertyBuilder
- Enclosing class:
- PrimitivePropertyBuilders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildDeclarations
(CSSName cssName, List values, int origin, boolean important, boolean inheritAllowed) Builds a list ofPropertyDeclaration
objects for the CSS propertycssName
.Methods inherited from class org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
buildDeclarations
-
Constructor Details
-
Bottom
public Bottom()
-
-
Method Details
-
buildDeclarations
public List buildDeclarations(CSSName cssName, List values, int origin, boolean important, boolean inheritAllowed) Description copied from interface:PropertyBuilder
Builds a list ofPropertyDeclaration
objects for the CSS propertycssName
.values
must containCSSPrimitiveValue
objects.
-