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

Class VerticalAlignReadHandler

public class VerticalAlignReadHandler extends OneOfConstantsReadHandler implements CSSCompoundValueReadHandler

Warning: This *is* a compound property, but one if its values depend on the element structure and it changes its meaning if used in Tables.

Author: Thomas Morgner

Constructor Summary
VerticalAlignReadHandler()
Method Summary
MapcreateValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
StyleKey[]getAffectedKeys()
protected CSSValuelookupValue(LexicalUnit value)

Constructor Detail

VerticalAlignReadHandler

public VerticalAlignReadHandler()

Method Detail

createValues

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

Parameters: unit

Returns:

getAffectedKeys

public StyleKey[] getAffectedKeys()

lookupValue

protected CSSValue lookupValue(LexicalUnit value)