|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.shape.change.AbstractShapeChangeAdapter
public abstract class AbstractShapeChangeAdapter
Title: IJChart
Description: a chart library for the Java(tm) platform.
The adapter class forIShapeChange
Copyright: Copyright (c) 2013
Company:
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 |
---|
public AbstractShapeChangeAdapter()
Method Detail |
---|
public void beforeDraw(IChartShape shape, java.awt.Graphics2D g2)
IChartShape
.draw method.
shape
- IChartShape
The IChartShape object (null not permitted).g2
- Graphics2D
The graphics device (such as the screen or the printer) (null not permitted).public void afterDraw(IChartShape shape, java.awt.Graphics2D g2)
IChartShape
.draw method.
shape
- IChartShape
The IChartShape object (null not permitted).g2
- Graphics2D
The graphics device (such as the screen or the printer) (null not permitted).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |