mr3d.visualization
Interface Renderer

All Known Implementing Classes:
ZBufferRenderer, ZSortRenderer

public interface Renderer

The interface Renderer has to be implemented by objects that turn the projected 3D-data into a picture.

Since:
MR3Dv1.0
Version:
10-2004
Author:
Manuel Ruelke

Method Summary
 void render(Graphics g)
          This method starts the render process.
 

Method Detail

render

public void render(Graphics g)
This method starts the render process. The image data is written to the specified graphics object.

Parameters:
g - Graphics object the image should be rendered to