org.pentaho.chart.css.keys
Class ChartStyleKeys

java.lang.Object
  extended by org.pentaho.chart.css.keys.ChartStyleKeys

public class ChartStyleKeys
extends Object

Defines all the charting specific style keys

Author:
David Kincade, Ravi Hasija

Field Summary
static org.pentaho.reporting.libraries.css.model.StyleKey AREA_STYLE
          The area chart style for area charts (basic, stacked, xy, etc.)
static org.pentaho.reporting.libraries.css.model.StyleKey AXIS_DIMENSION
          The axis type dimention (auto, range, domain)
static org.pentaho.reporting.libraries.css.model.StyleKey AXIS_LOCATION
          Axis location (primary/secondary)
static org.pentaho.reporting.libraries.css.model.StyleKey AXIS_ORDER
          The axis order (1, 2)
static org.pentaho.reporting.libraries.css.model.StyleKey AXIS_POSITION
          The axis position (primary, secondary)
static org.pentaho.reporting.libraries.css.model.StyleKey BAR_MAX_WIDTH
          Bar width specified in terms of percentage
static org.pentaho.reporting.libraries.css.model.StyleKey BAR_STYLE
          The bar style for bar charts (bar, cylinder, stacked, etc.)
static org.pentaho.reporting.libraries.css.model.StyleKey CHART_TYPE
          The chart type: bar, line, pie etc.
static org.pentaho.reporting.libraries.css.model.StyleKey DRILL_URL
          The Drill-Through URL
static org.pentaho.reporting.libraries.css.model.StyleKey FIRST_BAR_COLOR
          Set the color of the first bar in waterfall chart.
static org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT
          Gradient.
static org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT_COLOR
          The gradient color style
static org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT_END
          The gradient end position indicator (eg: 12,10)
static org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT_START
          The gradient start position indicator (for eg: 1,1)
static org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT_TYPE
          The gradient type (for eg: none, VERTICAL, CENTER_VERTICAL, HORIZONTAL, CENTER_HORIZONTAL, POINTS)
static org.pentaho.reporting.libraries.css.model.StyleKey ITEM_LABEL_TEXT
          The label text with it's formatting information
static org.pentaho.reporting.libraries.css.model.StyleKey ITEM_LABEL_VISIBLE
          Controls whether item label is visible or not
static org.pentaho.reporting.libraries.css.model.StyleKey LAST_BAR_COLOR
          Set the color for the last bar paint in waterfall chart.
static org.pentaho.reporting.libraries.css.model.StyleKey LINE_STYLE
          The line style for line charts (solid, dashed, etc.)
static org.pentaho.reporting.libraries.css.model.StyleKey LINE_VISIBLE
          The visibility of the line
static org.pentaho.reporting.libraries.css.model.StyleKey LINE_WIDTH
          The line width for line charts (thin, medium, thick, 5px, 0.1cm)
static org.pentaho.reporting.libraries.css.model.StyleKey MARGIN_CATEGORY
          The category margin for the axis
static org.pentaho.reporting.libraries.css.model.StyleKey MARGIN_ITEM
          The item margin for the axis
static org.pentaho.reporting.libraries.css.model.StyleKey MARGIN_LOWER
          The lower margin for the axis
static org.pentaho.reporting.libraries.css.model.StyleKey MARGIN_UPPER
          The upper Margin for the axis
static org.pentaho.reporting.libraries.css.model.StyleKey MARKER_FILL_COLOR
          fill color for the marker.
static org.pentaho.reporting.libraries.css.model.StyleKey MARKER_FILLED
          Wether or not the marker is filled
static org.pentaho.reporting.libraries.css.model.StyleKey MARKER_HEIGHT
          The left and right boundary rectangle size
static org.pentaho.reporting.libraries.css.model.StyleKey MARKER_SHAPE
          The shape of the marker (ie.
static org.pentaho.reporting.libraries.css.model.StyleKey MARKER_VISIBLE
          The visibility of the markers
static org.pentaho.reporting.libraries.css.model.StyleKey MARKER_WIDTH
          The the top and bottom boundary rectangle size
static org.pentaho.reporting.libraries.css.model.StyleKey MULTI_STYLE
          The multi style for bar charts (bar, cylinder, stacked, etc.)
static org.pentaho.reporting.libraries.css.model.StyleKey NEGATIVE_BAR_COLOR
          Set the color to the negative bar in waterfall chart.
static org.pentaho.reporting.libraries.css.model.StyleKey ORIENTATION
          The orientation of the charts: vertical or horizontal.
static org.pentaho.reporting.libraries.css.model.StyleKey PIE_EXPLODE_PERCENT
          Set the pie explode percent.
static org.pentaho.reporting.libraries.css.model.StyleKey PIE_LABELS_INSIDE_CHART
          Set the pie chart label location to be inside the chart.
static org.pentaho.reporting.libraries.css.model.StyleKey PIE_START_ANGLE
          Set the pie explode percent.
static org.pentaho.reporting.libraries.css.model.StyleKey POSITIVE_BAR_COLOR
          Set the color to the positive bar in waterfall chart.
static org.pentaho.reporting.libraries.css.model.StyleKey SCALE_NUM
          The scale for the plot for eg: a scale of 1000 means data will be divided by 1000
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHART_TYPE

public static final org.pentaho.reporting.libraries.css.model.StyleKey CHART_TYPE
The chart type: bar, line, pie etc.


ORIENTATION

public static final org.pentaho.reporting.libraries.css.model.StyleKey ORIENTATION
The orientation of the charts: vertical or horizontal.


LINE_STYLE

public static final org.pentaho.reporting.libraries.css.model.StyleKey LINE_STYLE
The line style for line charts (solid, dashed, etc.)


LINE_VISIBLE

public static final org.pentaho.reporting.libraries.css.model.StyleKey LINE_VISIBLE
The visibility of the line


MARKER_VISIBLE

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARKER_VISIBLE
The visibility of the markers


MARKER_FILLED

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARKER_FILLED
Wether or not the marker is filled


MARKER_FILL_COLOR

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARKER_FILL_COLOR
fill color for the marker. If "default" then it will use the series color


MARKER_SHAPE

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARKER_SHAPE
The shape of the marker (ie. Rectangle, Elipse, arc, etc..)


MARKER_WIDTH

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARKER_WIDTH
The the top and bottom boundary rectangle size


MARKER_HEIGHT

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARKER_HEIGHT
The left and right boundary rectangle size


LINE_WIDTH

public static final org.pentaho.reporting.libraries.css.model.StyleKey LINE_WIDTH
The line width for line charts (thin, medium, thick, 5px, 0.1cm)


BAR_STYLE

public static final org.pentaho.reporting.libraries.css.model.StyleKey BAR_STYLE
The bar style for bar charts (bar, cylinder, stacked, etc.)


AREA_STYLE

public static final org.pentaho.reporting.libraries.css.model.StyleKey AREA_STYLE
The area chart style for area charts (basic, stacked, xy, etc.)


BAR_MAX_WIDTH

public static final org.pentaho.reporting.libraries.css.model.StyleKey BAR_MAX_WIDTH
Bar width specified in terms of percentage


DRILL_URL

public static final org.pentaho.reporting.libraries.css.model.StyleKey DRILL_URL
The Drill-Through URL


AXIS_DIMENSION

public static final org.pentaho.reporting.libraries.css.model.StyleKey AXIS_DIMENSION
The axis type dimention (auto, range, domain)


AXIS_POSITION

public static final org.pentaho.reporting.libraries.css.model.StyleKey AXIS_POSITION
The axis position (primary, secondary)


AXIS_ORDER

public static final org.pentaho.reporting.libraries.css.model.StyleKey AXIS_ORDER
The axis order (1, 2)


ITEM_LABEL_VISIBLE

public static final org.pentaho.reporting.libraries.css.model.StyleKey ITEM_LABEL_VISIBLE
Controls whether item label is visible or not


ITEM_LABEL_TEXT

public static final org.pentaho.reporting.libraries.css.model.StyleKey ITEM_LABEL_TEXT
The label text with it's formatting information


GRADIENT_TYPE

public static final org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT_TYPE
The gradient type (for eg: none, VERTICAL, CENTER_VERTICAL, HORIZONTAL, CENTER_HORIZONTAL, POINTS)


GRADIENT_COLOR

public static final org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT_COLOR
The gradient color style


GRADIENT_START

public static final org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT_START
The gradient start position indicator (for eg: 1,1)


GRADIENT_END

public static final org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT_END
The gradient end position indicator (eg: 12,10)


SCALE_NUM

public static final org.pentaho.reporting.libraries.css.model.StyleKey SCALE_NUM
The scale for the plot for eg: a scale of 1000 means data will be divided by 1000


MARGIN_CATEGORY

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARGIN_CATEGORY
The category margin for the axis


MARGIN_LOWER

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARGIN_LOWER
The lower margin for the axis


MARGIN_UPPER

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARGIN_UPPER
The upper Margin for the axis


MARGIN_ITEM

public static final org.pentaho.reporting.libraries.css.model.StyleKey MARGIN_ITEM
The item margin for the axis


AXIS_LOCATION

public static final org.pentaho.reporting.libraries.css.model.StyleKey AXIS_LOCATION
Axis location (primary/secondary)


PIE_EXPLODE_PERCENT

public static final org.pentaho.reporting.libraries.css.model.StyleKey PIE_EXPLODE_PERCENT
Set the pie explode percent. It defaults to zero.


PIE_START_ANGLE

public static final org.pentaho.reporting.libraries.css.model.StyleKey PIE_START_ANGLE
Set the pie explode percent. It defaults to zero.


PIE_LABELS_INSIDE_CHART

public static final org.pentaho.reporting.libraries.css.model.StyleKey PIE_LABELS_INSIDE_CHART
Set the pie chart label location to be inside the chart. It defaults to no.


FIRST_BAR_COLOR

public static final org.pentaho.reporting.libraries.css.model.StyleKey FIRST_BAR_COLOR
Set the color of the first bar in waterfall chart.


LAST_BAR_COLOR

public static final org.pentaho.reporting.libraries.css.model.StyleKey LAST_BAR_COLOR
Set the color for the last bar paint in waterfall chart.


POSITIVE_BAR_COLOR

public static final org.pentaho.reporting.libraries.css.model.StyleKey POSITIVE_BAR_COLOR
Set the color to the positive bar in waterfall chart.


NEGATIVE_BAR_COLOR

public static final org.pentaho.reporting.libraries.css.model.StyleKey NEGATIVE_BAR_COLOR
Set the color to the negative bar in waterfall chart.


MULTI_STYLE

public static final org.pentaho.reporting.libraries.css.model.StyleKey MULTI_STYLE
The multi style for bar charts (bar, cylinder, stacked, etc.)


GRADIENT

public static final org.pentaho.reporting.libraries.css.model.StyleKey GRADIENT
Gradient.