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

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.KerningModeReadHandler
All Implemented Interfaces:
CSSValueReadHandler

public class KerningModeReadHandler
extends ListOfConstantsReadHandler

Creation-Date: 02.12.2005, 19:47:48

Author:
Thomas Morgner

Constructor Summary
KerningModeReadHandler()
           
 
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

KerningModeReadHandler

public KerningModeReadHandler()
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