Interface StyleValueFunction
-
- All Known Implementing Classes:
AttrValueFunction
,HslValueFunction
,RgbValueFunction
,UrlValueFunction
public interface StyleValueFunction
Creation-Date: 15.04.2006, 18:34:06- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CSSValue
evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function)
boolean
isAutoResolveable()
-
-
-
Method Detail
-
evaluate
CSSValue evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function) throws FunctionEvaluationException
- Throws:
FunctionEvaluationException
-
isAutoResolveable
boolean isAutoResolveable()
-
-