Class RgbValueFunction
- java.lang.Object
-
- org.jfree.layouting.layouter.style.functions.values.RgbValueFunction
-
- All Implemented Interfaces:
StyleValueFunction
public class RgbValueFunction extends java.lang.Object implements StyleValueFunction
Creation-Date: 16.04.2006, 14:14:42- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description RgbValueFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSValue
evaluate(LayoutProcess layoutProcess, LayoutElement element, CSSFunctionValue function)
protected int
validateParameter(CSSValue value)
-
-
-
Method Detail
-
validateParameter
protected int validateParameter(CSSValue value) throws FunctionEvaluationException
- Throws:
FunctionEvaluationException
-
evaluate
public CSSValue evaluate(LayoutProcess layoutProcess, LayoutElement element, CSSFunctionValue function) throws FunctionEvaluationException
- Specified by:
evaluate
in interfaceStyleValueFunction
- Throws:
FunctionEvaluationException
-
-