Interface CSSValue
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BoxShadowValue
,ContentSpecification
,CSSAttrFunction
,CSSAutoValue
,CSSColorValue
,CSSCompoundAttrFunction
,CSSConstant
,CSSCounterFunction
,CSSFunctionValue
,CSSInheritValue
,CSSNumericValue
,CSSRawValue
,CSSRectangleValue
,CSSResourceValue
,CSSStringSetDefinition
,CSSStringValue
,CSSTimeValue
,CSSUnknownValue
,CSSValueList
,CSSValuePair
public interface CSSValue extends Serializable
Creation-Date: 23.11.2005, 11:32:55- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCSSText()
CSSType
getType()
-