Package org.eclipse.birt.chart.device
Interface IStructureDefinitionListener
- All Known Subinterfaces:
IDeviceRenderer
- All Known Implementing Classes:
DeviceAdapter
public interface IStructureDefinitionListener
Notifies a listener of group change events associated with a structure being
rendered.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Comment forAFTER_DRAW_AXIS_LABEL
static final String
Comment forAFTER_DRAW_AXIS_TITLE
static final String
Comment forAFTER_DRAW_BLOCK
static final String
Comment forAFTER_DRAW_DATA_POINT
static final String
Comment forAFTER_DRAW_DATA_POINT_LABEL
static final String
Deprecated.Not used anymore.static final String
Comment forAFTER_DRAW_FITTING_CURVE
static final String
Comment forAFTER_DRAW_LEGEND_ENTRY
static final String
Comment forAFTER_DRAW_LEGEND_ITEM
static final String
Comment forAFTER_DRAW_MARKER
static final String
Comment forAFTER_DRAW_MARKER_LINE
static final String
Comment forAFTER_DRAW_MARKER_RANGE
static final String
Comment forAFTER_DRAW_SERIES
static final String
Comment forAFTER_DRAW_SERIES_TITLE
static final String
Comment forBEFORE_DRAW_AXIS_LABEL
static final String
Comment forBEFORE_DRAW_AXIS_TITLE
static final String
Comment forBEFORE_DRAW_BLOCK
static final String
Comment forBEFORE_DRAW_DATA_POINT
static final String
Comment forBEFORE_DRAW_DATA_POINT_LABEL
static final String
Deprecated.Not used anymore.static final String
Comment forBEFORE_DRAW_FITTING_CURVE
static final String
Comment forBEFORE_DRAW_LEGEND_ENTRY
static final String
Comment forBEFORE_DRAW_LEGEND_ITEM
static final String
Comment forBEFORE_DRAW_MARKER
static final String
Comment forBEFORE_DRAW_MARKER_LINE
static final String
Comment forBEFORE_DRAW_MARKER_RANGE
static final String
Comment forBEFORE_DRAW_SERIES
static final String
Comment forBEFORE_DRAW_SERIES_TITLE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sends out a notification to a listener indicating that a structure group has changed (either via a start or end) notification.
-
Field Details
-
BEFORE_DRAW_BLOCK
Comment forBEFORE_DRAW_BLOCK
- See Also:
-
AFTER_DRAW_BLOCK
Comment forAFTER_DRAW_BLOCK
- See Also:
-
BEFORE_DRAW_LEGEND_ENTRY
Comment forBEFORE_DRAW_LEGEND_ENTRY
- See Also:
-
AFTER_DRAW_LEGEND_ENTRY
Comment forAFTER_DRAW_LEGEND_ENTRY
- See Also:
-
BEFORE_DRAW_LEGEND_ITEM
Comment forBEFORE_DRAW_LEGEND_ITEM
- See Also:
-
AFTER_DRAW_LEGEND_ITEM
Comment forAFTER_DRAW_LEGEND_ITEM
- See Also:
-
BEFORE_DRAW_SERIES
Comment forBEFORE_DRAW_SERIES
- See Also:
-
AFTER_DRAW_SERIES
Comment forAFTER_DRAW_SERIES
- See Also:
-
BEFORE_DRAW_SERIES_TITLE
Comment forBEFORE_DRAW_SERIES_TITLE
- See Also:
-
AFTER_DRAW_SERIES_TITLE
Comment forAFTER_DRAW_SERIES_TITLE
- See Also:
-
BEFORE_DRAW_MARKER
Comment forBEFORE_DRAW_MARKER
- See Also:
-
AFTER_DRAW_MARKER
Comment forAFTER_DRAW_MARKER
- See Also:
-
BEFORE_DRAW_MARKER_LINE
Comment forBEFORE_DRAW_MARKER_LINE
- See Also:
-
AFTER_DRAW_MARKER_LINE
Comment forAFTER_DRAW_MARKER_LINE
- See Also:
-
BEFORE_DRAW_MARKER_RANGE
Comment forBEFORE_DRAW_MARKER_RANGE
- See Also:
-
AFTER_DRAW_MARKER_RANGE
Comment forAFTER_DRAW_MARKER_RANGE
- See Also:
-
BEFORE_DRAW_ELEMENT
Deprecated.Not used anymore. This is kept just for backward compatibility.Comment forBEFORE_DRAW_ELEMENT
- See Also:
-
AFTER_DRAW_ELEMENT
Deprecated.Not used anymore. This is kept just for backward compatibility.Comment forAFTER_DRAW_ELEMENT
- See Also:
-
BEFORE_DRAW_FITTING_CURVE
Comment forBEFORE_DRAW_FITTING_CURVE
- See Also:
-
AFTER_DRAW_FITTING_CURVE
Comment forAFTER_DRAW_FITTING_CURVE
- See Also:
-
BEFORE_DRAW_DATA_POINT
Comment forBEFORE_DRAW_DATA_POINT
- See Also:
-
AFTER_DRAW_DATA_POINT
Comment forAFTER_DRAW_DATA_POINT
- See Also:
-
BEFORE_DRAW_DATA_POINT_LABEL
Comment forBEFORE_DRAW_DATA_POINT_LABEL
- See Also:
-
AFTER_DRAW_DATA_POINT_LABEL
Comment forAFTER_DRAW_DATA_POINT_LABEL
- See Also:
-
BEFORE_DRAW_AXIS_LABEL
Comment forBEFORE_DRAW_AXIS_LABEL
- See Also:
-
AFTER_DRAW_AXIS_LABEL
Comment forAFTER_DRAW_AXIS_LABEL
- See Also:
-
BEFORE_DRAW_AXIS_TITLE
Comment forBEFORE_DRAW_AXIS_TITLE
- See Also:
-
AFTER_DRAW_AXIS_TITLE
Comment forAFTER_DRAW_AXIS_TITLE
- See Also:
-
-
Method Details
-
changeStructure
Sends out a notification to a listener indicating that a structure group has changed (either via a start or end) notification.- Parameters:
scev
- Encapsulated information associated with the structure change notification that identifies the source object being changed.
-