|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.chartinfo.draw.ChangeChartShapeAdapter
public class ChangeChartShapeAdapter
Title: IJChart
Description: a chart library for the Java(tm) platform.
The adapter for classIChangeChartShape
.
Copyright: Copyright (c) 2013
Company:
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 |
---|
public ChangeChartShapeAdapter()
Method Detail |
---|
public void beforeDraw(ChartShapeCollection chartShapes)
ChartShapeCollection.draw(Graphics2D)
.
beforeDraw
in interface IChangeChartShape
chartShapes
- ChartShapeCollection
(null not permitted).public void afterDraw(ChartShapeCollection chartShapes)
ChartShapeCollection.draw(Graphics2D)
.
afterDraw
in interface IChangeChartShape
chartShapes
- ChartShapeCollection
(null not permitted).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |