org.jfree.layouting.input.style.parser.stylehandler.text
Class TextAutoSpaceReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.ListOfValuesReadHandler
      extended by org.jfree.layouting.input.style.parser.stylehandler.ListOfConstantsReadHandler
          extended by org.jfree.layouting.input.style.parser.stylehandler.text.TextAutoSpaceReadHandler
All Implemented Interfaces:
CSSValueReadHandler

public class TextAutoSpaceReadHandler
extends ListOfConstantsReadHandler

Creation-Date: 02.12.2005, 19:47:48

Author:
Thomas Morgner

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

Constructor Detail

TextAutoSpaceReadHandler

public TextAutoSpaceReadHandler()
Method Detail

createValue

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