| 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 |
|---|---|
void |
HSLColorImpl.setAlpha(CSSValueImpl alpha)
Sets the alpha part to a new value.
|
void |
RGBColorImpl.setAlpha(CSSValueImpl alpha)
Sets the alpha part to a new value.
|
void |
RGBColorImpl.setAlpha(CSSValueImpl alpha)
Sets the alpha part to a new value.
|
void |
HSLColorImpl.setAlpha(CSSValueImpl alpha)
Sets the alpha part to a new value.
|
void |
RGBColorImpl.setBlue(CSSValueImpl blue)
Sets the blue part to a new value.
|
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 |
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 |
RGBColorImpl.setGreen(CSSValueImpl green)
Sets the green part to a new value.
|
void |
HSLColorImpl.setHue(CSSValueImpl hue)
Sets the hue part to a new value.
|
void |
HSLColorImpl.setHue(CSSValueImpl hue)
Sets the hue part to a new value.
|
void |
RectImpl.setLeft(CSSValueImpl left)
Sets the left part to a new value.
|
void |
RectImpl.setLeft(CSSValueImpl left)
Sets the left part to a new value.
|
void |
HSLColorImpl.setLightness(CSSValueImpl lightness)
Sets the lightness part to a new value.
|
void |
HSLColorImpl.setLightness(CSSValueImpl lightness)
Sets the lightness part to a new value.
|
void |
RGBColorImpl.setRed(CSSValueImpl red)
Sets the red 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.setRight(CSSValueImpl right)
Sets the right part to a new value.
|
void |
HSLColorImpl.setSaturation(CSSValueImpl saturation)
Sets the saturation part to a new value.
|
void |
HSLColorImpl.setSaturation(CSSValueImpl saturation)
Sets the saturation part to a new value.
|
void |
RectImpl.setTop(CSSValueImpl top)
Sets the top 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.
|
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.
|
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.
|
CSSValueImpl |
CSSOMParser.parsePropertyValue(String propertyValue)
Parses a input string into a CSSValue.
|
Copyright © 2022. All rights reserved.