hep.graphics.heprep
Interface HepRepConverter


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

public interface HepRepConverter

The HepRep Converter interface.

Version:
$Id: HepRepConverter.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

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

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

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

Parameters:
objectClass - class to convert
Returns:
true if conversion is possible

convert

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

Returns the converted HepRep from the given object.

Parameters:
object - object to convert
Returns:
converted HepRep


Copyright © 2000-2007 FreeHEP. All Rights Reserved.