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

Class BorderTopReadHandler

Implemented Interfaces:
CSSCompoundValueReadHandler, CSSValueReadHandler

public class BorderTopReadHandler
extends BorderStyleReadHandler

Creation-Date: 27.11.2005, 19:52:12
Author:
Thomas Morgner

Constructor Summary

BorderTopReadHandler()

Method Summary

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

Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.border.BorderStyleReadHandler

createValues, getAffectedKeys

Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.OneOfConstantsReadHandler

addValue, createValue, isAutoAllowed, lookupValue

Constructor Details

BorderTopReadHandler

public BorderTopReadHandler()

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
Overrides:
createValues in interface BorderStyleReadHandler
Parameters:
unit -
Returns: