FreeHEP API
Version current

org.freehep.graphics3d
Interface DrawableHandler

All Known Implementing Classes:
Canvas3D

public interface DrawableHandler

An implementor of this interface, such as a graphics engine, will keep a list of DrawableProviders, each of which it will ask for all its drawables, when the screen needs to be redrawn.

Version:
$Id: DrawableHandler.java,v 1.1 2000/11/17 15:43:55 duns Exp $
Author:
Mark Donszelmann
Source Code:
DrawableHandler.java

Method Summary
 void add(DrawableProvider provider)
          add this provider to the list
 void remove(DrawableProvider provider)
          remove this provider from the list
 

Method Detail

add

public void add(DrawableProvider provider)
add this provider to the list


remove

public void remove(DrawableProvider provider)
remove this provider from the list


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.