| Package | Description |
|---|---|
| com.gargoylesoftware.css.dom |
Implementation classes for the org.w3c.dom.css interfaces.
|
| com.gargoylesoftware.css.parser |
Package com.gargoylesoftware.css.parser.
|
| Modifier and Type | Method and Description |
|---|---|
CSSValueImpl |
RGBColorImpl.getBlue() |
CSSValueImpl |
RectImpl.getBottom() |
CSSValueImpl |
RGBColorImpl.getGreen() |
CSSValueImpl |
RectImpl.getLeft() |
CSSValueImpl |
CSSStyleDeclarationImpl.getPropertyCSSValue(String propertyName) |
CSSValueImpl |
RGBColorImpl.getRed() |
CSSValueImpl |
RectImpl.getRight() |
CSSValueImpl |
RectImpl.getTop() |
CSSValueImpl |
Property.getValue()
Returns the value.
|
CSSValueImpl |
CSSValueImpl.item(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
RGBColorImpl.setBlue(CSSValueImpl blue)
Sets the blue part to a new value.
|
void |
RectImpl.setBottom(CSSValueImpl bottom)
Sets the bottom part to a new value.
|
void |
RGBColorImpl.setGreen(CSSValueImpl green)
Sets the green part to a new value.
|
void |
RectImpl.setLeft(CSSValueImpl left)
Sets the left part to a new value.
|
void |
RGBColorImpl.setRed(CSSValueImpl red)
Sets the red 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 © 2020. All rights reserved.