FreeHEP API
Version current

hep.graphics.heprep
Interface HepRepConverter


Deprecated. use hep.graphics.heprep.HepRepProvider instead.

public interface HepRepConverter

The HepRep Converter interface.

Version:
$Id: HepRepConverter.java,v 1.4 2004/07/26 20:30:42 duns Exp $
Author:
Mark Donszelmann
Source Code:
HepRepConverter.java

Method Summary
 boolean canHandle(Class objectClass)
          Deprecated. use hep.graphics.heprep.HepRepProvider instead.
 HepRep convert(Object object)
          Deprecated. use hep.graphics.heprep.HepRepProvider instead.
 

Method Detail

canHandle

public boolean canHandle(Class objectClass)
Deprecated. use hep.graphics.heprep.HepRepProvider instead.

Returns true if the given objectClass can be converted to a HepRep.


convert

public HepRep convert(Object object)
Deprecated. use hep.graphics.heprep.HepRepProvider instead.

Returns the converted HepRep from the given object.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.