|
|||||||||
| 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.
接口IChangeChartShape的适配器类.
Copyright: Copyright (c) 2013
Company:
| Constructor Summary | |
|---|---|
ChangeChartShapeAdapter()
|
|
| Method Summary | |
|---|---|
void |
afterDraw(ChartShapeCollection chartShapes)
在 ChartShapeCollection.draw(Graphics2D)方法之后调用.
|
void |
beforeDraw(ChartShapeCollection chartShapes)
在 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 IChangeChartShapechartShapes - ChartShapeCollection (不可为null).
public void afterDraw(ChartShapeCollection chartShapes)
ChartShapeCollection.draw(Graphics2D)方法之后调用.
afterDraw in interface IChangeChartShapechartShapes - ChartShapeCollection (不可为null).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||