org.pentaho.chart.css.styles
Class ChartBarStyle

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

public class ChartBarStyle
extends Object

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

Author:
Ravi Hasija

Field Summary
static org.pentaho.reporting.libraries.css.values.CSSConstant BAR
           
static org.pentaho.reporting.libraries.css.values.CSSConstant CYLINDER
           
static org.pentaho.reporting.libraries.css.values.CSSConstant INTERVAL
           
static org.pentaho.reporting.libraries.css.values.CSSConstant LAYERED
           
static org.pentaho.reporting.libraries.css.values.CSSConstant STACK_100_PERCENT
           
static org.pentaho.reporting.libraries.css.values.CSSConstant STACK_PERCENT
           
static org.pentaho.reporting.libraries.css.values.CSSConstant STACKED
           
static org.pentaho.reporting.libraries.css.values.CSSConstant THREED
           
static org.pentaho.reporting.libraries.css.values.CSSConstant WATERFALL
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAR

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

CYLINDER

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

INTERVAL

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

STACKED

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

LAYERED

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

STACK_PERCENT

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

STACK_100_PERCENT

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

WATERFALL

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

THREED

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