com.depthexplorer
Class RTNProximityDepthTreeExtraPoints

java.lang.Object
  extended by edu.tufts.cs.geometry.ComputationUnit
      extended by com.depthexplorer.RenderTreeNode
          extended by com.depthexplorer.RTNProximityDepthTreeExtraPoints
Direct Known Subclasses:
RTNRegulatedDepthTree

public abstract class RTNProximityDepthTreeExtraPoints
extends RenderTreeNode


Field Summary
(package private)  String graphId
           
(package private)  String parameter
           
(package private)  edu.tufts.cs.geometry.datadepth.ExtraPointsMeasure pd
           
 
Fields inherited from class com.depthexplorer.RenderTreeNode
children, ps
 
Constructor Summary
RTNProximityDepthTreeExtraPoints()
           
 
Method Summary
protected  void process()
           
protected  void setAttribute(String name, String value)
           
 void setDefaults()
           
 
Methods inherited from class com.depthexplorer.RenderTreeNode
build, colorFromString, getInstanceFromRegistrar, interpolateAttribute, normalizeDepth, processChildren
 
Methods inherited from class edu.tufts.cs.geometry.ComputationUnit
setParameter, setParameterString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphId

String graphId

parameter

String parameter

pd

edu.tufts.cs.geometry.datadepth.ExtraPointsMeasure pd
Constructor Detail

RTNProximityDepthTreeExtraPoints

public RTNProximityDepthTreeExtraPoints()
Method Detail

setAttribute

protected void setAttribute(String name,
                            String value)
                     throws Exception
Specified by:
setAttribute in class RenderTreeNode
Throws:
Exception

process

protected void process()
                throws Exception
Specified by:
process in class RenderTreeNode
Throws:
Exception

setDefaults

public void setDefaults()
Specified by:
setDefaults in class RenderTreeNode