com.ijchart.xychart.chartinfo.draw
Class ChangeChartShapeAdapter

java.lang.Object
  extended by com.ijchart.xychart.chartinfo.draw.ChangeChartShapeAdapter
All Implemented Interfaces:
IChangeChartShape

public class ChangeChartShapeAdapter
extends java.lang.Object
implements IChangeChartShape

Title: IJChart

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

The adapter for class IChangeChartShape.

Copyright: Copyright (c) 2013

Company:

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

Constructor Summary
ChangeChartShapeAdapter()
           
 
Method Summary
 void afterDraw(ChartShapeCollection chartShapes)
           Call this method after ChartShapeCollection.draw(Graphics2D).
 void beforeDraw(ChartShapeCollection chartShapes)
           Call this method before ChartShapeCollection.draw(Graphics2D).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeChartShapeAdapter

public ChangeChartShapeAdapter()
Method Detail

beforeDraw

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

Specified by:
beforeDraw in interface IChangeChartShape
Parameters:
chartShapes - ChartShapeCollection (null not permitted).

afterDraw

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

Specified by:
afterDraw in interface IChangeChartShape
Parameters:
chartShapes - ChartShapeCollection (null not permitted).