org.archive.wayback.util.graph
Interface GraphElement

All Known Implementing Classes:
Graph, RectangularGraphElement, RegionGraphElement, ValueGraphElement, ValueGraphElements

public interface GraphElement

Author:
brad

Method Summary
 void draw(Graphics2D g2d)
          Draw the element onto a Graphics2D.
 

Method Detail

draw

void draw(Graphics2D g2d)
Draw the element onto a Graphics2D.

Parameters:
g2d - the Graphics2D onto which the element should be drawn.


Copyright © 2005-2011 Internet Archive. All Rights Reserved.