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

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

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

The style parser for the -x-pentaho-chart-axis-type-order style.

Author:
Ravi Hasija

Constructor Summary
ChartAxisOrderReadHandler()
           
 
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

ChartAxisOrderReadHandler

public ChartAxisOrderReadHandler()
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: