org.jfree.layouting.layouter.content.computed

Class CountersToken

public class CountersToken extends ComputedToken

This is a meta-token. It must be completly resolved during the ContentNormalization, and must be replaced by a sequence of 'Counter' tokens.

Author: Thomas Morgner

Constructor Summary
CountersToken(String name, String separator, CounterStyle style)
Method Summary
StringgetName()
StringgetSeparator()
CounterStylegetStyle()

Constructor Detail

CountersToken

public CountersToken(String name, String separator, CounterStyle style)

Method Detail

getName

public String getName()

getSeparator

public String getSeparator()

getStyle

public CounterStyle getStyle()