org.eclipse.birt.chart.model.attribute
Class StyledComponent

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.birt.chart.model.attribute.StyledComponent
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class StyledComponent
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Styled Component', and utility methods for working with them. This type represents the possible values for the legend item type.

See Also:
AttributePackage.getStyledComponent(), Serialized Form

Field Summary
static int AXIS_LABEL
          The 'Axis Label' literal value.
static StyledComponent AXIS_LABEL_LITERAL
          The 'Axis Label' literal object.
static int AXIS_LINE
          The 'Axis Line' literal value.
static StyledComponent AXIS_LINE_LITERAL
          The 'Axis Line' literal object.
static int AXIS_TITLE
          The 'Axis Title' literal value.
static StyledComponent AXIS_TITLE_LITERAL
          The 'Axis Title' literal object.
static int CHART_ALL
          The 'Chart All' literal value.
static StyledComponent CHART_ALL_LITERAL
          The 'Chart All' literal object.
static int CHART_BACKGROUND
          The 'Chart Background' literal value.
static StyledComponent CHART_BACKGROUND_LITERAL
          The 'Chart Background' literal object.
static int CHART_TITLE
          The 'Chart Title' literal value.
static StyledComponent CHART_TITLE_LITERAL
          The 'Chart Title' literal object.
static int LEGEND_BACKGROUND
          The 'Legend Background' literal value.
static StyledComponent LEGEND_BACKGROUND_LITERAL
          The 'Legend Background' literal object.
static int LEGEND_LABEL
          The 'Legend Label' literal value.
static StyledComponent LEGEND_LABEL_LITERAL
          The 'Legend Label' literal object.
static int PLOT_BACKGROUND
          The 'Plot Background' literal value.
static StyledComponent PLOT_BACKGROUND_LITERAL
          The 'Plot Background' literal object.
static int SERIES_LABEL
          The 'Series Label' literal value.
static StyledComponent SERIES_LABEL_LITERAL
          The 'Series Label' literal object.
static int SERIES_TITLE
          The 'Series Title' literal value.
static StyledComponent SERIES_TITLE_LITERAL
          The 'Series Title' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Styled Component' enumerators.
 
Method Summary
static StyledComponent get(int value)
          Returns the 'Styled Component' literal with the specified integer value.
static StyledComponent get(java.lang.String literal)
          Returns the 'Styled Component' literal with the specified literal value.
static StyledComponent getByName(java.lang.String name)
          Returns the 'Styled Component' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHART_ALL

public static final int CHART_ALL
The 'Chart All' literal value.

If the meaning of 'Chart All' literal object isn't clear, there really should be more of a description here...

See Also:
CHART_ALL_LITERAL, Constant Field Values

CHART_TITLE

public static final int CHART_TITLE
The 'Chart Title' literal value.

See Also:
CHART_TITLE_LITERAL, Constant Field Values

CHART_BACKGROUND

public static final int CHART_BACKGROUND
The 'Chart Background' literal value.

See Also:
CHART_BACKGROUND_LITERAL, Constant Field Values

PLOT_BACKGROUND

public static final int PLOT_BACKGROUND
The 'Plot Background' literal value.

See Also:
PLOT_BACKGROUND_LITERAL, Constant Field Values

LEGEND_BACKGROUND

public static final int LEGEND_BACKGROUND
The 'Legend Background' literal value.

See Also:
LEGEND_BACKGROUND_LITERAL, Constant Field Values

LEGEND_LABEL

public static final int LEGEND_LABEL
The 'Legend Label' literal value.

See Also:
LEGEND_LABEL_LITERAL, Constant Field Values

AXIS_TITLE

public static final int AXIS_TITLE
The 'Axis Title' literal value.

See Also:
AXIS_TITLE_LITERAL, Constant Field Values

AXIS_LABEL

public static final int AXIS_LABEL
The 'Axis Label' literal value.

See Also:
AXIS_LABEL_LITERAL, Constant Field Values

AXIS_LINE

public static final int AXIS_LINE
The 'Axis Line' literal value.

See Also:
AXIS_LINE_LITERAL, Constant Field Values

SERIES_TITLE

public static final int SERIES_TITLE
The 'Series Title' literal value.

See Also:
SERIES_TITLE_LITERAL, Constant Field Values

SERIES_LABEL

public static final int SERIES_LABEL
The 'Series Label' literal value.

See Also:
SERIES_LABEL_LITERAL, Constant Field Values

CHART_ALL_LITERAL

public static final StyledComponent CHART_ALL_LITERAL
The 'Chart All' literal object.

See Also:
CHART_ALL

CHART_TITLE_LITERAL

public static final StyledComponent CHART_TITLE_LITERAL
The 'Chart Title' literal object.

If the meaning of 'Chart Title' literal object isn't clear, there really should be more of a description here...

See Also:
CHART_TITLE

CHART_BACKGROUND_LITERAL

public static final StyledComponent CHART_BACKGROUND_LITERAL
The 'Chart Background' literal object.

If the meaning of 'Chart Background' literal object isn't clear, there really should be more of a description here...

See Also:
CHART_BACKGROUND

PLOT_BACKGROUND_LITERAL

public static final StyledComponent PLOT_BACKGROUND_LITERAL
The 'Plot Background' literal object.

If the meaning of 'Plot Background' literal object isn't clear, there really should be more of a description here...

See Also:
PLOT_BACKGROUND

LEGEND_BACKGROUND_LITERAL

public static final StyledComponent LEGEND_BACKGROUND_LITERAL
The 'Legend Background' literal object.

If the meaning of 'Legend Background' literal object isn't clear, there really should be more of a description here...

See Also:
LEGEND_BACKGROUND

LEGEND_LABEL_LITERAL

public static final StyledComponent LEGEND_LABEL_LITERAL
The 'Legend Label' literal object.

If the meaning of 'Legend Label' literal object isn't clear, there really should be more of a description here...

See Also:
LEGEND_LABEL

AXIS_TITLE_LITERAL

public static final StyledComponent AXIS_TITLE_LITERAL
The 'Axis Title' literal object.

If the meaning of 'Axis Title' literal object isn't clear, there really should be more of a description here...

See Also:
AXIS_TITLE

AXIS_LABEL_LITERAL

public static final StyledComponent AXIS_LABEL_LITERAL
The 'Axis Label' literal object.

If the meaning of 'Axis Label' literal object isn't clear, there really should be more of a description here...

See Also:
AXIS_LABEL

AXIS_LINE_LITERAL

public static final StyledComponent AXIS_LINE_LITERAL
The 'Axis Line' literal object.

If the meaning of 'Axis Line' literal object isn't clear, there really should be more of a description here...

See Also:
AXIS_LINE

SERIES_TITLE_LITERAL

public static final StyledComponent SERIES_TITLE_LITERAL
The 'Series Title' literal object.

If the meaning of 'Series Title' literal object isn't clear, there really should be more of a description here...

See Also:
SERIES_TITLE

SERIES_LABEL_LITERAL

public static final StyledComponent SERIES_LABEL_LITERAL
The 'Series Label' literal object.

If the meaning of 'Series Label' literal object isn't clear, there really should be more of a description here...

See Also:
SERIES_LABEL

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Styled Component' enumerators.

Method Detail

get

public static StyledComponent get(java.lang.String literal)
Returns the 'Styled Component' literal with the specified literal value.


getByName

public static StyledComponent getByName(java.lang.String name)
Returns the 'Styled Component' literal with the specified name.


get

public static StyledComponent get(int value)
Returns the 'Styled Component' literal with the specified integer value.



Copyright © 2005-2008 Actuate Corp. All rights reserved.