FreeHEP API
Version current

hep.graphics.heprep
Class HepRepDefaults

java.lang.Object
  extended byhep.graphics.heprep.HepRepDefaults

public class HepRepDefaults
extends Object

Version:
$Id: HepRepDefaults.java,v 1.8 2005/01/05 01:00:23 duns Exp $
Author:
Mark Donszelmann
Source Code:
HepRepDefaults.java

Field Summary
static String cvsId
           
 
Method Summary
static void addAttDef(HepRepAttDef attDef)
           
static void addAttValue(HepRepAttValue attValue)
           
static HepRepAttDef getAttDef(String lowerCaseName)
           
static Set getAttDefs()
           
static HepRepAttValue getAttValue(String lowerCaseName)
           
static Set getAttValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

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

addAttDef

public static void addAttDef(HepRepAttDef attDef)

getAttDef

public static HepRepAttDef getAttDef(String lowerCaseName)

getAttDefs

public static Set getAttDefs()

addAttValue

public static void addAttValue(HepRepAttValue attValue)

getAttValue

public static HepRepAttValue getAttValue(String lowerCaseName)

getAttValues

public static Set getAttValues()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.