org.jfree.layouting.layouter.style.functions.values

Class RgbValueFunction

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

RgbValueFunction()

Method Summary

CSSValue
evaluate(LayoutProcess layoutProcess, LayoutElement element, CSSFunctionValue function)
protected int
validateParameter(CSSValue value)

Constructor Details

RgbValueFunction

public RgbValueFunction()

Method Details

evaluate

public CSSValue evaluate(LayoutProcess layoutProcess,
                         LayoutElement element,
                         CSSFunctionValue function)
            throws FunctionEvaluationException
Specified by:
evaluate in interface StyleValueFunction

validateParameter

protected int validateParameter(CSSValue value)
            throws FunctionEvaluationException