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

Class FontEmphasizeReadHandler

Implemented Interfaces:
CSSCompoundValueReadHandler

public class FontEmphasizeReadHandler
extends java.lang.Object
implements CSSCompoundValueReadHandler

Creation-Date: 28.11.2005, 17:52:55
Author:
Thomas Morgner

Constructor Summary

FontEmphasizeReadHandler()

Method Summary

Map
createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
StyleKey[]
getAffectedKeys()

Constructor Details

FontEmphasizeReadHandler

public FontEmphasizeReadHandler()

Method Details

createValues

public Map createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
Specified by:
createValues in interface CSSCompoundValueReadHandler
Parameters:
unit -
Returns:

getAffectedKeys

public StyleKey[] getAffectedKeys()
Specified by:
getAffectedKeys in interface CSSCompoundValueReadHandler