org.jfree.layouting.layouter.content.resolved

Class ResolvedCounterToken

Implemented Interfaces:
ContentToken, ResolvedToken, TextType

public class ResolvedCounterToken
extends java.lang.Object
implements ResolvedToken, TextType

Creation-Date: 12.06.2006, 14:38:29
Author:
Thomas Morgner

Constructor Summary

ResolvedCounterToken(CounterToken parent, int counterValue)

Method Summary

int
getCounterValue()
CounterToken
getParent()
String
getText()

Constructor Details

ResolvedCounterToken

public ResolvedCounterToken(CounterToken parent,
                            int counterValue)

Method Details

getCounterValue

public int getCounterValue()

getParent

public CounterToken getParent()

getText

public String getText()
Specified by:
getText in interface ResolvedToken
getText in interface TextType