FreeHEP API
Version current

hep.graphics.heprep1
Interface HepRepType

All Superinterfaces:
HepRepAttribute
All Known Implementing Classes:
DefaultHepRepType, HepRepTypeAdapter

public interface HepRepType
extends HepRepAttribute

Version:
$Id: HepRepType.java,v 1.2 2004/07/18 08:19:41 duns Exp $
Author:
M.Donszelmann
Source Code:
HepRepType.java

Field Summary
static String cvsId
           
 
Method Summary
 Enumeration getInstances()
           
 String getName()
           
 Enumeration getPoints()
           
 Enumeration getPrimitives()
           
 HepRep getRoot()
           
 Enumeration getTypes()
           
 String getVersion()
           
 
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

getName

public String getName()

getVersion

public String getVersion()

getRoot

public HepRep getRoot()

getTypes

public Enumeration getTypes()

getInstances

public Enumeration getInstances()

getPrimitives

public Enumeration getPrimitives()

getPoints

public Enumeration getPoints()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.