hep.graphics.heprep1.adapter
Class HepRepInstanceFromInstanceAdapter
java.lang.Object
hep.graphics.heprep.ref.DefaultHepRepAttribute
hep.graphics.heprep.ref.DefaultHepRepDefinition
hep.graphics.heprep1.adapter.HepRepAttributeAdapter
hep.graphics.heprep1.adapter.AbstractHepRepInstanceAdapter
hep.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
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 |
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.heprep.ref.DefaultHepRepAttribute |
addAttColor, addAttColor, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
Methods inherited from interface hep.graphics.heprep.HepRepAttribute |
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
HepRepInstanceFromInstanceAdapter
public HepRepInstanceFromInstanceAdapter(HepRepInstance instance1,
HepRepInstance parent,
HepRepType type)
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.
Copyright © 2000-2004 FreeHEP, All Rights Reserved.