org.pentaho.chart.css.styles
Class ChartAreaStyle

java.lang.Object
  extended by org.pentaho.chart.css.styles.ChartAreaStyle

public class ChartAreaStyle
extends Object

Defines the only valid values for the -x-pentaho-chart-area-style style

Author:
Ravi Hasija

Field Summary
static org.pentaho.reporting.libraries.css.values.CSSConstant AREA
           
static org.pentaho.reporting.libraries.css.values.CSSConstant STACKED
           
static org.pentaho.reporting.libraries.css.values.CSSConstant XY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AREA

public static final org.pentaho.reporting.libraries.css.values.CSSConstant AREA

STACKED

public static final org.pentaho.reporting.libraries.css.values.CSSConstant STACKED

XY

public static final org.pentaho.reporting.libraries.css.values.CSSConstant XY