// 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-2005, FreeHEP. package hep.graphics.heprep; /** * The HepRepViewer interface. * * @author Mark Donszelmann */ public interface HepRepViewer { /** * Display a heprep * @param heprep HepRep to be displayed */ public void display(HepRep heprep); } // class or interface