|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITitle
Title: IJChart
Description: a chart library for the Java(tm) platform.
Interface for draw title on chart,all types of title should implement this interface.Copyright: Copyright (c) 2013
Company:
| Method Summary | |
|---|---|
Rectangle |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D chartArea,
ChartShapeCollection shapeCollection)
Draw the title on chart area(chartArea).All title shape is stored in shapeCollection. |
| Method Detail |
|---|
Rectangle draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D chartArea,
ChartShapeCollection shapeCollection)
g2 - Graphics2D
The graphics device (null not permitted).chartArea - Rectangle2D
The area within which the chart should be drawn.shapeCollection - ChartShapeCollection
Collects information about the plot (null permitted).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||