com.ijchart.xychart.shape.change
Class AbstractShapeChangeAdapter

java.lang.Object
  extended by com.ijchart.xychart.shape.change.AbstractShapeChangeAdapter

public abstract class AbstractShapeChangeAdapter
extends java.lang.Object

Title: IJChart

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

The adapter class for IShapeChange

Copyright: Copyright (c) 2013

Company:

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

Constructor Summary
AbstractShapeChangeAdapter()
           
 
Method Summary
 void afterDraw(IChartShape shape, java.awt.Graphics2D g2)
           Called at the end of IChartShape.draw method.
 void beforeDraw(IChartShape shape, java.awt.Graphics2D g2)
           Called at the begin of IChartShape.draw method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractShapeChangeAdapter

public AbstractShapeChangeAdapter()
Method Detail

beforeDraw

public void beforeDraw(IChartShape shape,
                       java.awt.Graphics2D g2)
Called at the begin of IChartShape.draw method.

Parameters:
shape - IChartShape The IChartShape object (null not permitted).
g2 - Graphics2D The graphics device (such as the screen or the printer) (null not permitted).

afterDraw

public void afterDraw(IChartShape shape,
                      java.awt.Graphics2D g2)
Called at the end of IChartShape.draw method.

Parameters:
shape - IChartShape The IChartShape object (null not permitted).
g2 - Graphics2D The graphics device (such as the screen or the printer) (null not permitted).