org.jfree.layouting.layouter.style.functions.content

Class CountersValueFunction

Implemented Interfaces:
ContentFunction

public class CountersValueFunction
extends java.lang.Object
implements ContentFunction

Creation-Date: 16.04.2006, 15:22:11
Author:
Thomas Morgner

Constructor Summary

CountersValueFunction()

Method Summary

ContentToken
evaluate(LayoutProcess layoutProcess, LayoutElement element, CSSFunctionValue function)

Constructor Details

CountersValueFunction

public CountersValueFunction()

Method Details

evaluate

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