java.io.Serializable
, CSSValue
public class BoxShadowValue extends java.lang.Object implements CSSValue
Constructor | Description |
---|---|
BoxShadowValue(CSSColorValue color,
CSSNumericValue horizontalOffset,
CSSNumericValue verticalOffset,
CSSNumericValue blurRadius) |
Modifier and Type | Method | 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