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
Modifier and TypeMethodDescriptionevaluate
(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function) boolean
-
Method Details
-
evaluate
CSSValue evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function) throws FunctionEvaluationException - Throws:
FunctionEvaluationException
-
isAutoResolveable
boolean isAutoResolveable()
-