org.jfree.layouting.input.style.parser.stylehandler.content
Class CounterModificationReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.content.CounterModificationReadHandler
All Implemented Interfaces:
CSSValueReadHandler

public class CounterModificationReadHandler
extends java.lang.Object
implements CSSValueReadHandler

Handles both the counter-increment and the counter-reset

Author:
Thomas Morgner

Field Summary
static CSSNumericValue ZERO
           
 
Constructor Summary
CounterModificationReadHandler()
           
 
Method Summary
 CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZERO

public static final CSSNumericValue ZERO
Constructor Detail

CounterModificationReadHandler

public CounterModificationReadHandler()
Method Detail

createValue

public CSSValue createValue(StyleKey name,
                            org.w3c.css.sac.LexicalUnit value)
Specified by:
createValue in interface CSSValueReadHandler