FreeHEP API
Version current

hep.graphics.heprep1
Interface HepRep

All Superinterfaces:
HepRepAttribute
All Known Implementing Classes:
DefaultHepRep, HepRepAdapter

public interface HepRep
extends HepRepAttribute

Version:
$Id: HepRep.java,v 1.3 2004/07/27 21:40:27 duns Exp $
Author:
M.Donszelmann
Source Code:
HepRep.java

Field Summary
static String cvsId
           
 
Method Summary
 void addType(HepRepType type)
           
 HepRepType getRepresentables(String name, String version, HepRepCut[] cutList, boolean getPoints, boolean getDrawAtts, boolean getNonDrawAtts, HepRepAttName[] invertAtts)
           
 HepRepType getRepresentablesUncut(String name, String version)
           
 Enumeration getTypeInfo()
           
 Enumeration getTypes()
           
 boolean removeType(HepRepType type)
           
 
Methods inherited from interface hep.graphics.heprep1.HepRepAttribute
addColor, addColor, addDefinition, addValue, addValue, addValue, addValue, addValue, getAttDef, getAttDefFromNode, getAttDefs, getAttValue, getAttValueFromNode, getAttValues, getParent
 

Field Detail

cvsId

public static final String cvsId
See Also:
Constant Field Values
Method Detail

getTypeInfo

public Enumeration getTypeInfo()

getRepresentablesUncut

public HepRepType getRepresentablesUncut(String name,
                                         String version)

getRepresentables

public HepRepType getRepresentables(String name,
                                    String version,
                                    HepRepCut[] cutList,
                                    boolean getPoints,
                                    boolean getDrawAtts,
                                    boolean getNonDrawAtts,
                                    HepRepAttName[] invertAtts)

getTypes

public Enumeration getTypes()

addType

public void addType(HepRepType type)

removeType

public boolean removeType(HepRepType type)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.