Uses of Interface
hep.graphics.heprep.HepRepInstance

Packages that use HepRepInstance
hep.graphics.heprep HepRep (see documentation). 
 

Uses of HepRepInstance in hep.graphics.heprep
 

Methods in hep.graphics.heprep that return HepRepInstance
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstance parent)
          Returns a deep copy of this instance.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstance parent, HepRepSelectFilter filter)
          Returns a deep copy of this instance.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstanceTree parent)
          Returns a deep copy of this instance.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstanceTree parent, HepRepSelectFilter filter)
          Returns a deep copy of this instance.
abstract  HepRepInstance HepRepFactory.createHepRepInstance(HepRepInstance parent, HepRepType type)
          Creates a HepRepInstance.
abstract  HepRepInstance HepRepFactory.createHepRepInstance(HepRepInstanceTree parent, HepRepType type)
          Creates a HepRepInstance.
 HepRepInstance HepRepPoint.getInstance()
          Returns associated instance (parent).
 HepRepInstance HepRepInstance.getSuperInstance()
          Returns the parent of this instance.
 HepRepInstance HepRepIterator.nextInstance()
          Returns next instance.
 

Methods in hep.graphics.heprep with parameters of type HepRepInstance
 void HepRepInstanceTree.addInstance(HepRepInstance instance)
          Adds an instance to this instancetree.
 void HepRepInstance.addInstance(HepRepInstance instance)
          Adds an sub-instance to this instance.
 HepRepPoint HepRepPoint.copy(HepRepInstance parent)
          Returns a deep copy of this point.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstance parent)
          Returns a deep copy of this instance.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstance parent, HepRepSelectFilter filter)
          Returns a deep copy of this instance.
abstract  HepRepInstance HepRepFactory.createHepRepInstance(HepRepInstance parent, HepRepType type)
          Creates a HepRepInstance.
abstract  HepRepPoint HepRepFactory.createHepRepPoint(HepRepInstance instance, double x, double y, double z)
          Creates a HepRepPoint.
 void HepRepInstance.overlay(HepRepInstance instance)
          Overlays the instance on the current instance.
 void HepRepAttributeListener.removeAttribute(HepRepInstance instance, String key)
          Called if attribute key is removed from the attribute set.
 void HepRepAttributeAdapter.removeAttribute(HepRepInstance instance, String key)
           
 void HepRepInstanceTree.removeInstance(HepRepInstance instance)
          Removes an instance from this instancetree.
 void HepRepInstance.removeInstance(HepRepInstance instance)
          Removes a sub-instance from this instance.
 boolean HepRepSelectFilter.select(HepRepInstance instance)
          Selects if the given instance will pass.
 void HepRepAttributeListener.setAttribute(HepRepInstance instance, String key, boolean value, int showLabel)
          Called if attribute key changes its value.
 void HepRepAttributeAdapter.setAttribute(HepRepInstance instance, String key, boolean value, int showLabel)
           
 void HepRepAttributeListener.setAttribute(HepRepInstance instance, String key, Color value, int showLabel)
          Called if attribute key changes its value.
 void HepRepAttributeAdapter.setAttribute(HepRepInstance instance, String key, Color value, int showLabel)
           
 void HepRepAttributeListener.setAttribute(HepRepInstance instance, String key, double value, int showLabel)
          Called if attribute key changes its value.
 void HepRepAttributeAdapter.setAttribute(HepRepInstance instance, String key, double value, int showLabel)
           
 void HepRepAttributeListener.setAttribute(HepRepInstance instance, String key, int value, int showLabel)
          Called if attribute key changes its value.
 void HepRepAttributeAdapter.setAttribute(HepRepInstance instance, String key, int value, int showLabel)
          If not overridden will call "long" setAttribute.
 void HepRepAttributeListener.setAttribute(HepRepInstance instance, String key, long value, int showLabel)
          Called if attribute key changes its value.
 void HepRepAttributeAdapter.setAttribute(HepRepInstance instance, String key, long value, int showLabel)
          If not overridden will call "double" setAttribute.
 void HepRepAttributeListener.setAttribute(HepRepInstance instance, String key, String value, String lowerCaseValue, int showLabel)
          Called if attribute key changes its value.
 void HepRepAttributeAdapter.setAttribute(HepRepInstance instance, String key, String value, String lowerCaseValue, int showLabel)
           
 void HepRepWriter.write(HepRepInstance instance)
          Writes a HepRepInstance.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.