|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IChartGraphics
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 |
|---|
void initializeGraphics(java.awt.Graphics graphics,
int width,
int height)
graphics - Chart Graphicswidth - Canvas Widthheight - Canvas Height
void finalizeGraphics(java.awt.Graphics graphics,
int width,
int height)
graphics - Chart Graphicswidth - Canvas Widthheight - Canvas Height
|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||