com.crystaldecisions.sdk.occa.report.definition
Class ChartStyleSubtype

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.definition.ChartStyleSubtype

public final class ChartStyleSubtype
extends java.lang.Object

Defines a chart style sub-type.

The ChartStyleType class defines basic chart styles such as bar charts and pie charts. The constants defined by ChartStyleSubtype further sub-divides those types.

See Also:
ChartStyleType, ChartStyle

Field Summary
static int _areaPercent
           
static int _areaStacked
           
static int _bar
           
static int _barPercent
           
static int _barStacked
           
static int _bubble
           
static int _doughnut
           
static int _doughnutMultiple
           
static int _doughnutProportionalMultiple
           
static int _funnel
           
static int _gantt
           
static int _gauge
           
static int _histogram
           
static int _line
           
static int _linePercent
           
static int _lineStacked
           
static int _numericArea
           
static int _numericBar
           
static int _numericdateArea
           
static int _numericdateBar
           
static int _numericdateLine
           
static int _numericLine
           
static int _pie
           
static int _pieMultiple
           
static int _pieProportionalMultiple
           
static int _radar
           
static int _radarStacked
           
static int _scatter
           
static int _stockHighLow
           
static int _stockhighLowOpenClose
           
static int _threeDBar
           
static int _threeDCutCorners
           
static int _threeDOctagon
           
static int _threeDPyramid
           
static int _threeDSurface
           
static int _threeDSurfaceHoneycomb
           
static int _threeDSurfaceWithSides
           
static int _unknown
           
static ChartStyleSubtype areaPercent
           
static ChartStyleSubtype areaStacked
           
static ChartStyleSubtype bar
           
static ChartStyleSubtype barPercent
           
static ChartStyleSubtype barStacked
           
static ChartStyleSubtype bubble
           
static ChartStyleSubtype doughnut
           
static ChartStyleSubtype doughnutMultiple
           
static ChartStyleSubtype doughnutProportionalMultiple
           
static ChartStyleSubtype funnel
           
static ChartStyleSubtype gantt
           
static ChartStyleSubtype gauge
           
static ChartStyleSubtype histogram
           
static ChartStyleSubtype line
           
static ChartStyleSubtype linePercent
           
static ChartStyleSubtype lineStacked
           
static ChartStyleSubtype numericArea
           
static ChartStyleSubtype numericBar
           
static ChartStyleSubtype numericdateArea
           
static ChartStyleSubtype numericdateBar
           
static ChartStyleSubtype numericdateLine
           
static ChartStyleSubtype numericLine
           
static ChartStyleSubtype pie
           
static ChartStyleSubtype pieMultiple
           
static ChartStyleSubtype pieProportionalMultiple
           
static ChartStyleSubtype radar
           
static ChartStyleSubtype radarStacked
           
static ChartStyleSubtype scatter
           
static ChartStyleSubtype stockHighLow
           
static ChartStyleSubtype stockhighLowOpenClose
           
static ChartStyleSubtype threeDBar
           
static ChartStyleSubtype threeDCutCorners
           
static ChartStyleSubtype threeDOctagon
           
static ChartStyleSubtype threeDPyramid
           
static ChartStyleSubtype threeDSurface
           
static ChartStyleSubtype threeDSurfaceHoneycomb
           
static ChartStyleSubtype threeDSurfaceWithSides
           
static ChartStyleSubtype unknown
           
 
Method Summary
static ChartStyleSubtype from_int(int i)
          Gets the ChartStyleSubtype that matches the specified integer value.
static ChartStyleSubtype from_string(java.lang.String sVal)
          Gets the ChartStyleSubtype that matches the specified name.
 java.lang.String toString()
          Returns the String value of the ChartStyleSubtype.
 int value()
          Returns the integer value of the ChartStyleSubtype.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_bar

public static final int _bar
See Also:
Constant Field Values

_barStacked

public static final int _barStacked
See Also:
Constant Field Values

_barPercent

public static final int _barPercent
See Also:
Constant Field Values

_line

public static final int _line
See Also:
Constant Field Values

_lineStacked

public static final int _lineStacked
See Also:
Constant Field Values

_linePercent

public static final int _linePercent
See Also:
Constant Field Values

_areaStacked

public static final int _areaStacked
See Also:
Constant Field Values

_areaPercent

public static final int _areaPercent
See Also:
Constant Field Values

_pie

public static final int _pie
See Also:
Constant Field Values

_pieMultiple

public static final int _pieMultiple
See Also:
Constant Field Values

_pieProportionalMultiple

public static final int _pieProportionalMultiple
See Also:
Constant Field Values

_doughnut

public static final int _doughnut
See Also:
Constant Field Values

_doughnutMultiple

public static final int _doughnutMultiple
See Also:
Constant Field Values

_doughnutProportionalMultiple

public static final int _doughnutProportionalMultiple
See Also:
Constant Field Values

_threeDBar

public static final int _threeDBar
See Also:
Constant Field Values

_threeDPyramid

public static final int _threeDPyramid
See Also:
Constant Field Values

_threeDOctagon

public static final int _threeDOctagon
See Also:
Constant Field Values

_threeDCutCorners

public static final int _threeDCutCorners
See Also:
Constant Field Values

_threeDSurface

public static final int _threeDSurface
See Also:
Constant Field Values

_threeDSurfaceWithSides

public static final int _threeDSurfaceWithSides
See Also:
Constant Field Values

_threeDSurfaceHoneycomb

public static final int _threeDSurfaceHoneycomb
See Also:
Constant Field Values

_scatter

public static final int _scatter
See Also:
Constant Field Values

_radar

public static final int _radar
See Also:
Constant Field Values

_radarStacked

public static final int _radarStacked
See Also:
Constant Field Values

_bubble

public static final int _bubble
See Also:
Constant Field Values

_stockHighLow

public static final int _stockHighLow
See Also:
Constant Field Values

_stockhighLowOpenClose

public static final int _stockhighLowOpenClose
See Also:
Constant Field Values

_numericBar

public static final int _numericBar
See Also:
Constant Field Values

_numericLine

public static final int _numericLine
See Also:
Constant Field Values

_numericArea

public static final int _numericArea
See Also:
Constant Field Values

_numericdateBar

public static final int _numericdateBar
See Also:
Constant Field Values

_numericdateLine

public static final int _numericdateLine
See Also:
Constant Field Values

_numericdateArea

public static final int _numericdateArea
See Also:
Constant Field Values

_gauge

public static final int _gauge
See Also:
Constant Field Values

_gantt

public static final int _gantt
See Also:
Constant Field Values

_funnel

public static final int _funnel
See Also:
Constant Field Values

_histogram

public static final int _histogram
See Also:
Constant Field Values

_unknown

public static final int _unknown
See Also:
Constant Field Values

bar

public static final ChartStyleSubtype bar

barStacked

public static final ChartStyleSubtype barStacked

barPercent

public static final ChartStyleSubtype barPercent

line

public static final ChartStyleSubtype line

lineStacked

public static final ChartStyleSubtype lineStacked

linePercent

public static final ChartStyleSubtype linePercent

areaStacked

public static final ChartStyleSubtype areaStacked

areaPercent

public static final ChartStyleSubtype areaPercent

pie

public static final ChartStyleSubtype pie

pieMultiple

public static final ChartStyleSubtype pieMultiple

pieProportionalMultiple

public static final ChartStyleSubtype pieProportionalMultiple

doughnut

public static final ChartStyleSubtype doughnut

doughnutMultiple

public static final ChartStyleSubtype doughnutMultiple

doughnutProportionalMultiple

public static final ChartStyleSubtype doughnutProportionalMultiple

threeDBar

public static final ChartStyleSubtype threeDBar

threeDPyramid

public static final ChartStyleSubtype threeDPyramid

threeDOctagon

public static final ChartStyleSubtype threeDOctagon

threeDCutCorners

public static final ChartStyleSubtype threeDCutCorners

threeDSurface

public static final ChartStyleSubtype threeDSurface

threeDSurfaceWithSides

public static final ChartStyleSubtype threeDSurfaceWithSides

threeDSurfaceHoneycomb

public static final ChartStyleSubtype threeDSurfaceHoneycomb

scatter

public static final ChartStyleSubtype scatter

radar

public static final ChartStyleSubtype radar

radarStacked

public static final ChartStyleSubtype radarStacked

bubble

public static final ChartStyleSubtype bubble

stockHighLow

public static final ChartStyleSubtype stockHighLow

stockhighLowOpenClose

public static final ChartStyleSubtype stockhighLowOpenClose

numericBar

public static final ChartStyleSubtype numericBar

numericLine

public static final ChartStyleSubtype numericLine

numericArea

public static final ChartStyleSubtype numericArea

numericdateBar

public static final ChartStyleSubtype numericdateBar

numericdateLine

public static final ChartStyleSubtype numericdateLine

numericdateArea

public static final ChartStyleSubtype numericdateArea

gauge

public static final ChartStyleSubtype gauge

gantt

public static final ChartStyleSubtype gantt

funnel

public static final ChartStyleSubtype funnel

histogram

public static final ChartStyleSubtype histogram

unknown

public static final ChartStyleSubtype unknown
Method Detail

from_int

public static final ChartStyleSubtype from_int(int i)
Gets the ChartStyleSubtype that matches the specified integer value.

Parameters:
i - the int value of a ChartStyleSubtype
Returns:
the constant that matches the specified integer

from_string

public static final ChartStyleSubtype from_string(java.lang.String sVal)
Gets the ChartStyleSubtype that matches the specified name.

Parameters:
sVal - the name of the chart style sub-type
Returns:
the constant that matches the specified name

toString

public java.lang.String toString()
Returns the String value of the ChartStyleSubtype.

Overrides:
toString in class java.lang.Object

value

public int value()
Returns the integer value of the ChartStyleSubtype.

Returns:
the int value of the chart sub-type