com.ijchart.xychart.chartinfo.draw
Interface IChangeChartShape

All Known Implementing Classes:
ChangeChartShapeAdapter

public interface IChangeChartShape

Title: IJChart

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

In the ChartShapeCollection.draw(Graphics2D) method is called, the user can do some changes to the shapes in order to achieve their desired effect.

Copyright: Copyright (c) 2013

Company:

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

Method Summary
 void afterDraw(ChartShapeCollection chartShapes)
           Call this method after ChartShapeCollection.draw(Graphics2D).
 void beforeDraw(ChartShapeCollection chartShapes)
           Call this method before ChartShapeCollection.draw(Graphics2D).
 

Method Detail

beforeDraw

void beforeDraw(ChartShapeCollection chartShapes)
Call this method before ChartShapeCollection.draw(Graphics2D).

Parameters:
chartShapes - ChartShapeCollection (null not permitted).

afterDraw

void afterDraw(ChartShapeCollection chartShapes)
Call this method after ChartShapeCollection.draw(Graphics2D).

Parameters:
chartShapes - ChartShapeCollection (null not permitted).