public class BoxShadowValue extends java.lang.Object implements CSSValue
Constructor and Description |
---|
BoxShadowValue(CSSColorValue color,
CSSNumericValue horizontalOffset,
CSSNumericValue verticalOffset,
CSSNumericValue blurRadius) |
Modifier and Type | Method and Description |
---|---|
CSSNumericValue |
getBlurRadius() |
CSSColorValue |
getColor() |
java.lang.String |
getCSSText() |
CSSNumericValue |
getHorizontalOffset() |
CSSNumericValue |
getVerticalOffset() |
public BoxShadowValue(CSSColorValue color, CSSNumericValue horizontalOffset, CSSNumericValue verticalOffset, CSSNumericValue blurRadius)
public CSSColorValue getColor()
public CSSNumericValue getHorizontalOffset()
public CSSNumericValue getVerticalOffset()
public CSSNumericValue getBlurRadius()
public java.lang.String getCSSText()
getCSSText
in interface CSSValue