Package org.eclipse.birt.chart.event
Class StructureType
java.lang.Object
org.eclipse.birt.chart.event.StructureType
This class defines the type for a StructureSource object and provides
predefined constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StructureType
Indicates an Axis structure type.static final StructureType
Indicates an Axis Label structure type.static final StructureType
Indicates an Axis Title structure type.static final StructureType
Indicates a Chart Block structure type.static final StructureType
Indicates a Legend structure type.static final StructureType
Indicates a Legend Entry structure type.static final StructureType
Indicates a Legend Title structure type.static final StructureType
Indicates a Marker Line structure type.static final StructureType
Indicates a Marker Range structure type.static final StructureType
Indicates a Plot structure type.static final StructureType
Indicates a Series structure type.static final StructureType
Indicates a Series DataPoint structure type.static final StructureType
Indicates a Series Element structure type.static final StructureType
Indicates a Series Fitting Curve structure type.static final StructureType
Indicates a Series Marker structure type.static final StructureType
Indicates a Series Title structure type.static final StructureType
Indicates a Title structure type.static final StructureType
Indicates an Unknown structure type. -
Method Summary
-
Field Details
-
UNKNOWN
Indicates an Unknown structure type. The relevant source is an unknownObject
type. -
CHART_BLOCK
Indicates a Chart Block structure type. The relevant source is aBlock
type. -
PLOT
Indicates a Plot structure type. The relevant source is aPlot
type. -
TITLE
Indicates a Title structure type. The relevant source is aTitleBlock
type. -
LEGEND
Indicates a Legend structure type. The relevant source is aLegend
type. -
LEGEND_TITLE
Indicates a Legend Title structure type. The relevant source is aLabel
type. -
LEGEND_ENTRY
Indicates a Legend Entry structure type. The relevant source is aLegendEntryRenderingHints
type. -
AXIS
Indicates an Axis structure type. The relevant source is aAxis
type. -
AXIS_TITLE
Indicates an Axis Title structure type. The relevant source is aLabel
type. -
AXIS_LABEL
Indicates an Axis Label structure type. The relevant source is aLabel
type. -
SERIES
Indicates a Series structure type. The relevant source is aSeries
type. -
SERIES_TITLE
Indicates a Series Title structure type. The relevant source is aLabel
type. -
SERIES_ELEMENT
Indicates a Series Element structure type. The relevant source is aDataPointHints
type. -
SERIES_MARKER
Indicates a Series Marker structure type. The relevant source is aMarker
type. -
SERIES_DATA_POINT
Indicates a Series DataPoint structure type. The relevant source is aDataPointHints
type. -
SERIES_FITTING_CURVE
Indicates a Series Fitting Curve structure type. The relevant source is aCurveFitting
type. -
MARKER_LINE
Indicates a Marker Line structure type. The relevant source is aMarkerLine
type. -
MARKER_RANGE
Indicates a Marker Range structure type. The relevant source is aMarkerRange
type.
-
-
Method Details