att.grappa
Interface GrappaBacker
public interface GrappaBacker
An interface for defining an image drawing method to be used for
painting the background of the graph.
- Version:
- 1.2, 21 Aug 2005; Copyright 1996 - 2005 by AT&T Corp.
- Author:
- John Mocenigo, Research @ AT&T Labs
Method Summary |
void |
drawBackground(java.awt.Graphics2D g2d,
Graph graph,
java.awt.geom.Rectangle2D bbox,
java.awt.Shape clip)
The method for drawing the background image. |
drawBackground
void drawBackground(java.awt.Graphics2D g2d,
Graph graph,
java.awt.geom.Rectangle2D bbox,
java.awt.Shape clip)
- The method for drawing the background image.
- Parameters:
g2d
- the graphics context.graph
- the graph being drawn in the foreground.bbox
- the bounding box of the graph.clip
- the clipping shape defining the limits of the area to be drawn.