com.ibm.etools.pd.widget.viewer
Interface IGraphicTypeConstants


public interface IGraphicTypeConstants

The IGraphicTypeConstants interface contains constants denoting the known generated types. Users should extend this to add their own types if it is necessary to distinguish types.


Field Summary
static java.lang.String BAR_CHART
          The generated type is a bar (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 STACKBAR_CHART
          The generated type is a stacked bar (column) chart.
 

Field Detail

LINE_CHART

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

See Also:
Constant Field Values

PIE_CHART

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

See Also:
Constant Field Values

BAR_CHART

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

See Also:
Constant Field Values

STACKBAR_CHART

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

See Also:
Constant Field Values

METER

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

See Also:
Constant Field Values