FreeHEP API
Version current

hep.graphics.heprep1.adapter
Class HepRepInstanceFromInstanceAdapter

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.AbstractHepRepInstanceAdapter
                  extended byhep.graphics.heprep1.adapter.HepRepInstanceFromInstanceAdapter
All Implemented Interfaces:
HepRepAttribute, HepRepConstants, HepRepDefinition, HepRepInstance, Serializable

public class HepRepInstanceFromInstanceAdapter
extends AbstractHepRepInstanceAdapter

Version:
$Id: HepRepInstanceFromInstanceAdapter.java,v 1.3 2004/07/27 21:40:27 duns Exp $
Author:
Mark Donszelmann
See Also:
Serialized Form
Source Code:
HepRepInstanceFromInstanceAdapter.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
HepRepInstanceFromInstanceAdapter(HepRepInstance instance1, HepRepInstance parent, HepRepType type)
           
 
Method Summary
 List getInstances()
          Returns a collection of all sub-instances this instance keeps.
 List getPoints()
          Returns a collection of all points this instance keeps.
 
Methods inherited from class hep.graphics.heprep1.adapter.AbstractHepRepInstanceAdapter
addInstance, addPoint, copy, copy, copy, copy, getAttValue, getLayer, getPoints, getSuperInstance, getType, getUserObject, hasFrame, overlay, removeInstance, setUserObject
 
Methods inherited from class hep.graphics.heprep1.adapter.HepRepAttributeAdapter
getAttDef
 
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, 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.HepRepAttribute
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue
 

Constructor Detail

HepRepInstanceFromInstanceAdapter

public HepRepInstanceFromInstanceAdapter(HepRepInstance instance1,
                                         HepRepInstance parent,
                                         HepRepType type)
Method Detail

getInstances

public List getInstances()
Description copied from interface: HepRepInstance
Returns a collection of all sub-instances this instance keeps.

Specified by:
getInstances in interface HepRepInstance
Overrides:
getInstances in class AbstractHepRepInstanceAdapter

getPoints

public List getPoints()
Description copied from interface: HepRepInstance
Returns a collection of all points this instance keeps.

Returns:
collection of HepRepPoints.

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.