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

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.border.BorderRadiusReadHandler
All Implemented Interfaces:
CSSCompoundValueReadHandler, CSSValueReadHandler

public class BorderRadiusReadHandler
extends java.lang.Object
implements CSSValueReadHandler, CSSCompoundValueReadHandler

This looks a bit funny, as if the standard has not been completed. THe compound property may change ...

Author:
Thomas Morgner

Constructor Summary
BorderRadiusReadHandler()
           
 
Method Summary
 CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
           
 java.util.Map createValues(org.w3c.css.sac.LexicalUnit unit)
          Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
 StyleKey[] getAffectedKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderRadiusReadHandler

public BorderRadiusReadHandler()
Method Detail

createValue

public CSSValue createValue(StyleKey name,
                            org.w3c.css.sac.LexicalUnit value)
Specified by:
createValue in interface CSSValueReadHandler

createValues

public java.util.Map createValues(org.w3c.css.sac.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