|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IShapeChange
Title: IJChart
Description: a chart library for the Java(tm) platform.
Called at the begin and end of theIChartShape
.draw method.
Copyright: Copyright (c) 2013
Company:
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. |
Method Detail |
---|
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).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 |