FreeHEP API
Version current

hep.graphics.heprep1.adapter
Class HepRepDefinitionAdapter

java.lang.Object
  extended byhep.graphics.heprep.ref.DefaultHepRepAttribute
      extended byhep.graphics.heprep.ref.DefaultHepRepDefinition
          extended byhep.graphics.heprep1.adapter.HepRepAttributeAdapter
              extended byhep.graphics.heprep1.adapter.HepRepDefinitionAdapter
All Implemented Interfaces:
HepRepAttribute, HepRepConstants, HepRepDefinition, Serializable
Direct Known Subclasses:
AbstractHepRepTypeAdapter

public abstract class HepRepDefinitionAdapter
extends HepRepAttributeAdapter
implements HepRepDefinition

Version:
$Id: HepRepDefinitionAdapter.java,v 1.3 2004/07/30 14:51:52 duns Exp $
Author:
Mark Donszelmann
See Also:
Serialized Form
Source Code:
HepRepDefinitionAdapter.java

Field Summary
 
Fields inherited from class hep.graphics.heprep.ref.DefaultHepRepDefinition
cvsId
 
Fields inherited from interface hep.graphics.heprep.HepRepConstants
SHOW_DESC, SHOW_EXTRA, SHOW_NAME, SHOW_NONE, SHOW_VALUE, TYPE_BOOLEAN, TYPE_COLOR, TYPE_DOUBLE, TYPE_INT, TYPE_LONG, TYPE_STRING, TYPE_UNKNOWN
 
Constructor Summary
HepRepDefinitionAdapter(HepRepAttribute attribute)
           
HepRepDefinitionAdapter(HepRepAttribute parentAttribute, HepRepAttribute attribute)
           
 
Method Summary
abstract  HepRepAttDef getAttDef(String name)
          Return a named attribute definition searched on this node and any parent nodes.
 
Methods inherited from class hep.graphics.heprep.ref.DefaultHepRepDefinition
addAttDef, addAttDef, equals, getAttDefFromNode, getAttDefsFromNode
 
Methods inherited from class hep.graphics.heprep.ref.DefaultHepRepAttribute
addAttColor, addAttColor, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.graphics.heprep.HepRepDefinition
addAttDef, addAttDef, getAttDefFromNode, getAttDefsFromNode
 
Methods inherited from interface hep.graphics.heprep.HepRepAttribute
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue
 

Constructor Detail

HepRepDefinitionAdapter

public HepRepDefinitionAdapter(HepRepAttribute attribute)

HepRepDefinitionAdapter

public HepRepDefinitionAdapter(HepRepAttribute parentAttribute,
                               HepRepAttribute attribute)
Method Detail

getAttDef

public abstract HepRepAttDef getAttDef(String name)
Description copied from interface: HepRepDefinition
Return a named attribute definition searched on this node and any parent nodes.

Specified by:
getAttDef in interface HepRepDefinition
Overrides:
getAttDef in class HepRepAttributeAdapter

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.