|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CSS2TextShadow
interface represents a simple value for
the text-shadow CSS Level 2 property.
For this extension of the CSSValue
interface, the
valueType
attribute of the underlying CSSValue
interface shall be CSS_CUSTOM
.
See also the Document Object Model (DOM) Level 2 Specification.
Fields inherited from interface org.w3c.dom.css.CSSValue |
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST |
Method Summary | |
CSSValue |
getBlur()
The blur radius of the text shadow. |
CSSValue |
getColor()
Specifies the color of the text shadow. |
CSSValue |
getHorizontal()
The horizontal position of the text shadow. |
CSSValue |
getVertical()
The vertical position of the text shadow. |
Methods inherited from interface org.w3c.dom.css.CSSValue |
getCssText, getCssValueType, setCssText |
Method Detail |
public CSSValue getColor()
public CSSValue getHorizontal()
0
if no
length has been specified.public CSSValue getVertical()
0
if no length
has been specified.public CSSValue getBlur()
0
if no length has
been specified.
|
Source code is GPL'd at http://xmlconf.sourceforge.net. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |