com.ijchart.xychart.listener
Interface IChartShapeChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractChartShape, AbstractImageChartShape, AbstractRectangleTextChartShape, AbstractShapeCollection, AbstractTextChartShape, AnnotationShapeCollection, AxisShapeCollection, BoxAndWhiskerChartShape, ChartPanel, ChartShapeCollection, CylinderTextChartShape, DblHeadMatchstickChartShape, DualBreakLineChartShape, EllipseTextChartShape, ErrorCrossChartShape, GeneralPathChartShape, GranttChartShape, HighLowChartShape, IShapedChartShape, LegendItemChartShape, LegendShapeCollection, LineAndShapeChartShape, LineChartShape, MeterArcChartShape, MinMaxChartShape, PaintScaleLegendChartShape, ParallelepipedTextChartShape, PieOutsideLabelChartShape, PlotShapeCollection, RectangleImageChartShape, RectangleTextChartShape, RenderShapeCollection, RingChartShape, SectorChartShape, StatisticalBarChartShape, StatisticalLineChartShape, StockChartShape, TextAndPointerChartShape, TitleShapeCollection

public interface IChartShapeChangeListener
extends java.util.EventListener

Title: IJChart

Description: a chart library for the Java(tm) platform.

本接口必须由需要接收到图表中的图形对象变化的类来实现.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Method Summary
 void chartShapeChanged(ChartShapeChangeEvent event)
          接收到图形对象变化的通知.
 

Method Detail

chartShapeChanged

void chartShapeChanged(ChartShapeChangeEvent event)
接收到图形对象变化的通知.

Parameters:
event - ChartShapeChangeEvent 描述图形对象变化的对象