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

Class BorderLeftReadHandler

Implemented Interfaces:
CSSCompoundValueReadHandler, CSSValueReadHandler

public class BorderLeftReadHandler
extends BorderStyleReadHandler

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

Constructor Summary

BorderLeftReadHandler()

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

BorderLeftReadHandler

public BorderLeftReadHandler()

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: