org.jfree.layouting.input.style.keys.border
public class BoxShadowValue extends Object implements CSSValue
| Constructor Summary | |
|---|---|
| BoxShadowValue(CSSColorValue color, CSSNumericValue horizontalOffset, CSSNumericValue verticalOffset, CSSNumericValue blurRadius) | |
| Method Summary | |
|---|---|
| CSSNumericValue | getBlurRadius() |
| CSSColorValue | getColor() |
| String | getCSSText() |
| CSSNumericValue | getHorizontalOffset() |
| CSSNumericValue | getVerticalOffset() |