|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChangeChartShape
Title: IJChart
Description: a chart library for the Java(tm) platform.
In theChartShapeCollection.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:
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 |
---|
void beforeDraw(ChartShapeCollection chartShapes)
ChartShapeCollection.draw(Graphics2D)
.
chartShapes
- ChartShapeCollection
(null not permitted).void afterDraw(ChartShapeCollection chartShapes)
ChartShapeCollection.draw(Graphics2D)
.
chartShapes
- ChartShapeCollection
(null not permitted).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |