FreeHEP API
Version current

org.freehep.graphics3d
Interface DrawableProvider


public interface DrawableProvider

An implementor of this interface provides a set of drawable objects, to be drawn by a graphics engine

Version:
$Id: DrawableProvider.java,v 1.2 2002/06/12 23:15:15 duns Exp $
Author:
Mark Donszelmann
Source Code:
DrawableProvider.java

Method Summary
 Enumeration getDrawables(Matrix4 matrix)
           
 

Method Detail

getDrawables

public Enumeration getDrawables(Matrix4 matrix)
Parameters:
matrix - current matrix transformation
Returns:
enumeration of drawable objects

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.