org.pentaho.chart.css.parser.stylehandler
Class ChartMarginReadHandler

java.lang.Object
  extended by org.pentaho.chart.css.parser.stylehandler.ChartMarginReadHandler
All Implemented Interfaces:
org.pentaho.reporting.libraries.css.parser.CSSValueReadHandler

public class ChartMarginReadHandler
extends Object
implements org.pentaho.reporting.libraries.css.parser.CSSValueReadHandler

Handles all Margin types

Author:
Ravi Hasija

Constructor Summary
ChartMarginReadHandler()
           
 
Method Summary
 org.pentaho.reporting.libraries.css.values.CSSValue createValue(org.pentaho.reporting.libraries.css.model.StyleKey name, org.w3c.css.sac.LexicalUnit value)
          Parses the LexicalUnit and returns the CSSValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartMarginReadHandler

public ChartMarginReadHandler()
Method Detail

createValue

public org.pentaho.reporting.libraries.css.values.CSSValue createValue(org.pentaho.reporting.libraries.css.model.StyleKey name,
                                                                       org.w3c.css.sac.LexicalUnit value)
Parses the LexicalUnit and returns the CSSValue

Specified by:
createValue in interface org.pentaho.reporting.libraries.css.parser.CSSValueReadHandler
Parameters:
value -
Returns: