public class ChartRendererEvent extends EventObject
IlvChartRenderer
object.ChartRendererListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ANNOTATION_CHANGED
The type of the event when an annotation (
IlvDataAnnotation )
used by the renderer has changed, or an annotation has been added to or
removed from the renderer. |
static int |
DATARANGE_CHANGED
The type of the event when the data range has changed.
|
static int |
DATASOURCE_CHANGED
The type of the event when the data source associated to a renderer
has changed.
|
static int |
LEGENDITEM_CHANGED
The type of the event when the legend text has changed.
|
static int |
RENDERER_ADDED
The type of the event when a renderer has been added to a chart.
|
static int |
RENDERER_REMOVED
The type of the event when a renderer has been removed from a chart.
|
static int |
STYLE_CHANGED
The type of the event when the style has changed.
|
static int |
VISIBILITY_CHANGED
The type of the event when the visibility has changed.
|
source
Constructor and Description |
---|
ChartRendererEvent(IlvChart chart,
IlvChartRenderer renderer,
int type)
Creates a new
ChartRendererEvent . |
Modifier and Type | Method and Description |
---|---|
IlvChart |
getChart()
Returns the chart that fires the event.
|
IlvChartRenderer |
getRenderer()
Returns the renderer on which the changes occurred.
|
int |
getType()
Returns the type of the change
|
getSource, toString
public static final int RENDERER_ADDED
public static final int RENDERER_REMOVED
public static final int VISIBILITY_CHANGED
public static final int STYLE_CHANGED
public static final int DATARANGE_CHANGED
public static final int LEGENDITEM_CHANGED
public static final int DATASOURCE_CHANGED
public static final int ANNOTATION_CHANGED
IlvDataAnnotation
)
used by the renderer has changed, or an annotation has been added to or
removed from the renderer.public ChartRendererEvent(IlvChart chart, IlvChartRenderer renderer, int type)
ChartRendererEvent
.public final int getType()
public final IlvChartRenderer getRenderer()
public final IlvChart getChart()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.