org.jfree.layouting.input.style.parser.stylehandler.font
Class FontFamilyReadHandler

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

public class FontFamilyReadHandler
extends ListOfValuesReadHandler

Creation-Date: 28.11.2005, 16:18:46

Author:
Thomas Morgner

Constructor Summary
FontFamilyReadHandler()
           
 
Method Summary
 CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
           
protected  CSSValue parseValue(org.w3c.css.sac.LexicalUnit value)
           
 
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

FontFamilyReadHandler

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

parseValue

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