|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.chart.event.StructureType
public class StructureType
This class defines the type for a StructureSource object and provides predefined constants.
| Field Summary | |
|---|---|
static StructureType |
AXIS
Indicates an Axis structure type. |
static StructureType |
AXIS_LABEL
Indicates an Axis Label structure type. |
static StructureType |
AXIS_TITLE
Indicates an Axis Title structure type. |
static StructureType |
CHART_BLOCK
Indicates a Chart Block structure type. |
static StructureType |
LEGEND
Indicates a Legend structure type. |
static StructureType |
LEGEND_ENTRY
Indicates a Legend Entry structure type. |
static StructureType |
LEGEND_TITLE
Indicates a Legend Title structure type. |
static StructureType |
MARKER_LINE
Indicates a Marker Line structure type. |
static StructureType |
MARKER_RANGE
Indicates a Marker Range structure type. |
static StructureType |
PLOT
Indicates a Plot structure type. |
static StructureType |
SERIES
Indicates a Series structure type. |
static StructureType |
SERIES_DATA_POINT
Indicates a Series DataPoint structure type. |
static StructureType |
SERIES_ELEMENT
Indicates a Series Element structure type. |
static StructureType |
SERIES_FITTING_CURVE
Indicates a Series Fitting Curve structure type. |
static StructureType |
SERIES_MARKER
Indicates a Series Marker structure type. |
static StructureType |
SERIES_TITLE
Indicates a Series Title structure type. |
static StructureType |
TITLE
Indicates a Title structure type. |
static StructureType |
UNKNOWN
Indicates an Unknown structure type. |
| Method Summary | |
|---|---|
java.lang.String |
getTypeString()
Returns the type string. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final StructureType UNKNOWN
Object type.
public static final StructureType CHART_BLOCK
Block type.
public static final StructureType PLOT
Plot type.
public static final StructureType TITLE
TitleBlock type.
public static final StructureType LEGEND
Legend type.
public static final StructureType LEGEND_TITLE
Label type.
public static final StructureType LEGEND_ENTRY
LegendEntryRenderingHints type.
public static final StructureType AXIS
Axis type.
public static final StructureType AXIS_TITLE
Label type.
public static final StructureType AXIS_LABEL
Label type.
public static final StructureType SERIES
Series type.
public static final StructureType SERIES_TITLE
Label type.
public static final StructureType SERIES_ELEMENT
DataPointHints type.
public static final StructureType SERIES_MARKER
Marker type.
public static final StructureType SERIES_DATA_POINT
DataPointHints type.
public static final StructureType SERIES_FITTING_CURVE
CurveFitting type.
public static final StructureType MARKER_LINE
MarkerLine type.
public static final StructureType MARKER_RANGE
MarkerRange type.
| Method Detail |
|---|
public final java.lang.String getTypeString()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||