Search this API

y.view
Interface BackgroundRenderer

All Known Implementing Classes:
DefaultBackgroundRenderer, RadialBackgroundRenderer

public interface BackgroundRenderer

An interface for classes that provide background rendering for Graph2DView.

 

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

Method Detail

paint

void paint(java.awt.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-2022,
yWorks GmbH.
All rights reserved.