y.view
Interface BackgroundRenderer

All Known Implementing Classes:
DefaultBackgroundRenderer

public interface BackgroundRenderer

An interface for classes that provide background rendering for Graph2DView.


Method Summary
 void paint(Graphics2D gfx, int x, int y, int w, int h)
          Paints something on the given graphics object.
 

Method Detail

paint

public void paint(Graphics2D gfx,
                  int x,
                  int y,
                  int w,
                  int h)
Paints something on the given graphics object. The given bounds define the area that must be updated. The bounds are given as view coordinates.


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

2003