| Package | Description |
|---|---|
| org.htmlunit.cssparser.dom |
Implementation classes for the org.w3c.dom.css interfaces.
|
| org.htmlunit.cssparser.parser |
Package org.htmlunit.cssparser.parser.
|
| Modifier and Type | Method and Description |
|---|---|
CSSValueImpl |
RectImpl.getBottom()
getBottom.
|
CSSValueImpl |
RectImpl.getLeft()
getLeft.
|
CSSValueImpl |
CSSStyleDeclarationImpl.getPropertyCSSValue(String propertyName)
getPropertyCSSValue.
|
CSSValueImpl |
RectImpl.getRight()
getRight.
|
CSSValueImpl |
RectImpl.getTop()
getTop.
|
CSSValueImpl |
Property.getValue()
Returns the value.
|
CSSValueImpl |
CSSValueImpl.item(int index)
item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RectImpl.setBottom(CSSValueImpl bottom)
Sets the bottom part to a new value.
|
void |
RectImpl.setLeft(CSSValueImpl left)
Sets the left part to a new value.
|
void |
RectImpl.setRight(CSSValueImpl right)
Sets the right part to a new value.
|
void |
RectImpl.setTop(CSSValueImpl top)
Sets the top part to a new value.
|
void |
Property.setValue(CSSValueImpl value)
Sets the value to a new value.
|
| Constructor and Description |
|---|
Property(String name,
CSSValueImpl value,
boolean important)
Creates new Property.
|
| Modifier and Type | Method and Description |
|---|---|
CSSValueImpl |
CSSOMParser.parsePropertyValue(String propertyValue)
Parses a input string into a CSSValue.
|
Copyright © 2025 HtmlUnit. All rights reserved.