org.xhtmlrenderer.layout
Class CounterFunction

java.lang.Object
  extended by org.xhtmlrenderer.layout.CounterFunction

public class CounterFunction
extends Object


Constructor Summary
CounterFunction(int counterValue, IdentValue listStyleType)
           
CounterFunction(List counterValues, String separator, IdentValue listStyleType)
           
 
Method Summary
static String createCounterText(IdentValue listStyle, int listCounter)
           
 String evaluate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterFunction

public CounterFunction(int counterValue,
                       IdentValue listStyleType)

CounterFunction

public CounterFunction(List counterValues,
                       String separator,
                       IdentValue listStyleType)
Method Detail

evaluate

public String evaluate()

createCounterText

public static String createCounterText(IdentValue listStyle,
                                       int listCounter)


Copyright © 2013. All Rights Reserved.