Package quadbase.util
Interface IChartGraphics
- All Superinterfaces:
Serializable
This interface defines initializeGraphics and finalizeGraphics methods. These methods can
be used to add graphics before and after adding a chart to the canvas.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidfinalizeGraphics(Graphics graphics, int width, int height) Adds or modifies graphics information after drawing the chart.voidinitializeGraphics(Graphics graphics, int width, int height) Adds or modifies graphics information before drawing the chart.
-
Method Details
-
initializeGraphics
Adds or modifies graphics information before drawing the chart.- Parameters:
graphics- Chart Graphicswidth- Canvas Widthheight- Canvas Height
-
finalizeGraphics
Adds or modifies graphics information after drawing the chart.- Parameters:
graphics- Chart Graphicswidth- Canvas Widthheight- Canvas Height
-