org.jfree.layouting.input.style.parser.stylehandler.internal
Class PseudoclassReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.ListOfValuesReadHandler
      extended by org.jfree.layouting.input.style.parser.stylehandler.internal.PseudoclassReadHandler
All Implemented Interfaces:
CSSValueReadHandler

public class PseudoclassReadHandler
extends ListOfValuesReadHandler

Creation-Date: 12.02.2006, 20:35:04

Author:
Thomas Morgner

Constructor Summary
PseudoclassReadHandler()
           
 
Method Summary
protected  CSSValue parseValue(org.w3c.css.sac.LexicalUnit value)
           
 
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.ListOfValuesReadHandler
createValue, getMaxCount, isDistinctValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PseudoclassReadHandler

public PseudoclassReadHandler()
Method Detail

parseValue

protected CSSValue parseValue(org.w3c.css.sac.LexicalUnit value)
Specified by:
parseValue in class ListOfValuesReadHandler