TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.part
Interface IGraphicTypeConstants

All Known Implementing Classes:
Axis, AxisCategory, AxisCategoryHorizontal, AxisCategoryHorizontal3D, AxisCategoryVertical, AxisCategoryVertical3D, AxisNumber, AxisNumberHorizontal, AxisNumberHorizontal3D, AxisNumberVertical, AxisNumberVertical3D, ChartArea, DataSet, DataSetBar, DataSetBar3D, DataSetLine, DataSetLineCategory, DataSetLineContinuum, DataSetPie, DataSetPie3D, DataSetStackArea, DataSetStackAreaCategory, DataSetStackBar, DataSetStackBar3D, EventTools, GraphArea, GraphAreaBar, GraphAreaBar3D, GraphAreaLine, GraphAreaMeter, GraphAreaPie, GraphAreaPie3D, GraphAreaStackArea, GraphAreaStackBar, GraphAreaStackBar3D, GraphAreaXY, GraphAreaXY3D, Grid, Grid3D, Legend, LegendHorizontalLTR, LegendHorizontalRTL, LegendVerticalLTR, LegendVerticalRTL, MarkerLines, MarkerRegions, Part, PlotArea, PlotAreaBar, PlotAreaBar3D, PlotAreaLine, PlotAreaPie, PlotAreaPie3D, PlotAreaStackArea, PlotAreaStackBar, PlotAreaStackBar3D, PlotAreaXY, PreferenceIcon, Timestamp, Title, TooltipPlaceholder

public interface IGraphicTypeConstants

IGraphicTypeConstants interface defines constants denoting the known generated types. Users should extend this to add their own types if it is necessary to distinguish types. $Revision: 1.1 $


Field Summary
static java.lang.String AREA_CHART
          The generated type is a area chart.
static java.lang.String HBAR_CHART
          The generated type is a bar (horizontal column) chart.
static java.lang.String HBAR_CHART3D
          The generated type is a 3D bar (horizontal column) chart.
static java.lang.String HSTACKBAR_CHART
          The generated type is a stacked bar (horizontal column) chart.
static java.lang.String HSTACKBAR_CHART3D
          The generated type is a 3D stacked bar (horizontal column) chart.
static java.lang.String LINE_CHART
          The generated type is a line chart.
static java.lang.String METER
          The generated type is a meter.
static java.lang.String PIE_CHART
          The generated type is a pie chart.
static java.lang.String PIE_CHART3D
          The generated type is a pie chart.
static java.lang.String SCATTER_CHART
          The generated type is a scatter plot chart.
static java.lang.String STACK_AREA_CHART
          The generated type is a stack area chart.
static java.lang.String VBAR_CHART
          The generated type is a bar (vertical column) chart.
static java.lang.String VBAR_CHART3D
          The generated type is a 3D bar (vertical column) chart.
static java.lang.String VSTACKBAR_CHART
          The generated type is a stacked bar (vertical column) chart.
static java.lang.String VSTACKBAR_CHART3D
          The generated type is a 3D stacked bar (vertical column) chart.
 

Field Detail

LINE_CHART

static final java.lang.String LINE_CHART
The generated type is a line chart.

See Also:
Constant Field Values

AREA_CHART

static final java.lang.String AREA_CHART
The generated type is a area chart.

See Also:
Constant Field Values

STACK_AREA_CHART

static final java.lang.String STACK_AREA_CHART
The generated type is a stack area chart.

See Also:
Constant Field Values

SCATTER_CHART

static final java.lang.String SCATTER_CHART
The generated type is a scatter plot chart.

See Also:
Constant Field Values

PIE_CHART

static final java.lang.String PIE_CHART
The generated type is a pie chart.

See Also:
Constant Field Values

PIE_CHART3D

static final java.lang.String PIE_CHART3D
The generated type is a pie chart.

See Also:
Constant Field Values

VBAR_CHART

static final java.lang.String VBAR_CHART
The generated type is a bar (vertical column) chart.

See Also:
Constant Field Values

HBAR_CHART

static final java.lang.String HBAR_CHART
The generated type is a bar (horizontal column) chart.

See Also:
Constant Field Values

VBAR_CHART3D

static final java.lang.String VBAR_CHART3D
The generated type is a 3D bar (vertical column) chart.

See Also:
Constant Field Values

HBAR_CHART3D

static final java.lang.String HBAR_CHART3D
The generated type is a 3D bar (horizontal column) chart.

See Also:
Constant Field Values

HSTACKBAR_CHART

static final java.lang.String HSTACKBAR_CHART
The generated type is a stacked bar (horizontal column) chart.

See Also:
Constant Field Values

VSTACKBAR_CHART

static final java.lang.String VSTACKBAR_CHART
The generated type is a stacked bar (vertical column) chart.

See Also:
Constant Field Values

HSTACKBAR_CHART3D

static final java.lang.String HSTACKBAR_CHART3D
The generated type is a 3D stacked bar (horizontal column) chart.

See Also:
Constant Field Values

VSTACKBAR_CHART3D

static final java.lang.String VSTACKBAR_CHART3D
The generated type is a 3D stacked bar (vertical column) chart.

See Also:
Constant Field Values

METER

static final java.lang.String METER
The generated type is a meter.

See Also:
Constant Field Values

TPTP 4.5.0 Platform Project
Internal API Specification