public interface IChartGraphics
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
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.
|
void initializeGraphics(java.awt.Graphics graphics,
int width,
int height)
graphics - Chart Graphicswidth - Canvas Widthheight - Canvas Heightvoid finalizeGraphics(java.awt.Graphics graphics,
int width,
int height)
graphics - Chart Graphicswidth - Canvas Widthheight - Canvas Height