Uses of Class
org.eclipse.birt.chart.event.StructureType

Packages that use StructureType
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
 

Uses of StructureType in org.eclipse.birt.chart.event
 

Fields in org.eclipse.birt.chart.event declared as StructureType
static StructureType StructureType.AXIS
          Indicates an Axis structure type.
static StructureType StructureType.AXIS_LABEL
          Indicates an Axis Label structure type.
static StructureType StructureType.AXIS_TITLE
          Indicates an Axis Title structure type.
static StructureType StructureType.CHART_BLOCK
          Indicates a Chart Block structure type.
static StructureType StructureType.LEGEND
          Indicates a Legend structure type.
static StructureType StructureType.LEGEND_ENTRY
          Indicates a Legend Entry structure type.
static StructureType StructureType.LEGEND_TITLE
          Indicates a Legend Title structure type.
static StructureType StructureType.MARKER_LINE
          Indicates a Marker Line structure type.
static StructureType StructureType.MARKER_RANGE
          Indicates a Marker Range structure type.
static StructureType StructureType.PLOT
          Indicates a Plot structure type.
static StructureType StructureType.SERIES
          Indicates a Series structure type.
static StructureType StructureType.SERIES_DATA_POINT
          Indicates a Series DataPoint structure type.
static StructureType StructureType.SERIES_ELEMENT
          Indicates a Series Element structure type.
static StructureType StructureType.SERIES_FITTING_CURVE
          Indicates a Series Fitting Curve structure type.
static StructureType StructureType.SERIES_MARKER
          Indicates a Series Marker structure type.
static StructureType StructureType.SERIES_TITLE
          Indicates a Series Title structure type.
static StructureType StructureType.TITLE
          Indicates a Title structure type.
static StructureType StructureType.UNKNOWN
          Indicates an Unknown structure type.
 

Methods in org.eclipse.birt.chart.event that return StructureType
 StructureType StructureSource.getType()
          Returns the source type.
 

Constructors in org.eclipse.birt.chart.event with parameters of type StructureType
StructureSource(java.lang.Object source, StructureType type)
          The constructor.
WrappedStructureSource(java.lang.Object source, StructureType type)
          The constructor.
WrappedStructureSource(java.lang.Object parentSource, StructureType parentType, java.lang.Object source, StructureType type)
          The constructor.
WrappedStructureSource(StructureSource parent, java.lang.Object source, StructureType type)
          The constructor.
 



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