NCSA Portfolio

ncsa.j3d.ui.record
Interface NeedsCanvasForRecord


public interface NeedsCanvasForRecord

This interface declares that an object that implements it needs to have a canvas3D before it can successfully use it's own record functionality. Usually, the object is recording what is on the Canvas or needs to be synchronized so that when the canvas is recording itself, the object does not modify the canvas.


Method Summary
 void setRendezvous(RendezvousInterface canvas)
          Sets the node to synchronize with.
 

Method Detail

setRendezvous

public void setRendezvous(RendezvousInterface canvas)
Sets the node to synchronize with.
Parameters:
canvas - The canvas to synchronize with.

NCSA Portfolio

NCSA Portfolio, Copyright 1997-1999, National Center for Supercomputing Applications, University of Illinois Urbana-Champaign, All Rights Reserved