y.view
Interface Graph2DRenderer

All Known Implementing Classes:
DefaultGraph2DRenderer

public interface Graph2DRenderer

Implementations of this interface render a Graph2D object.


Method Summary
 void paint(Graphics2D gfx, Graph2D graph)
          Renders the given graph2D on the given Graphics2D context.
 void paintSloppy(Graphics2D gfx, Graph2D graph)
          Renders the given graph2D on the given Graphics2D context.
 

Method Detail

paint

public void paint(Graphics2D gfx,
                  Graph2D graph)
Renders the given graph2D on the given Graphics2D context.


paintSloppy

public void paintSloppy(Graphics2D gfx,
                        Graph2D graph)
Renders the given graph2D on the given Graphics2D context. the rendering process should be quick and can be sloppy.


© Copyright 2000-2003,
yWorks GmbH.
All rights reserved.

2003