// AID-GENERATED
// =========================================================================
// This class was generated by AID - Abstract Interface Definition          
// DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. 
// =========================================================================

// Copyright 2000-2003, FreeHEP.
package hep.graphics.heprep;


/**
 * The HepRepViewer interface.
 *
 * @author Mark Donszelmann
 */
public interface HepRepViewer {

    /**
     * Display a heprep
     *
     */
    public void display(HepRep heprep);
} // class or interface

