|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface defines initializeGraphics and finalizeGraphics methods. These methods can be used to add graphics before and after adding a chart to the canvas.
quadbase.ChartAPI.QbChart.setChartGraphics()| Method Summary | |
void |
finalizeGraphics(java.awt.Graphics graphics,
int width,
int height)
Adds or modifies graphics information after drawing the chart. |
void |
initializeGraphics(java.awt.Graphics graphics,
int width,
int height)
Adds or modifies graphics information before drawing the chart. |
| Method Detail |
public void initializeGraphics(java.awt.Graphics graphics,
int width,
int height)
graphics - Chart Graphicswidth - Canvas Widthheight - Canvas Height
public void finalizeGraphics(java.awt.Graphics graphics,
int width,
int height)
graphics - Chart Graphicswidth - Canvas Widthheight - Canvas Height
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||