com.depthexplorer
Class RTNCloud

java.lang.Object
  extended by edu.tufts.cs.geometry.ComputationUnit
      extended by com.depthexplorer.RenderTreeNode
          extended by com.depthexplorer.RTNCloud

public class RTNCloud
extends RenderTreeNode


Field Summary
(package private)  int count
           
static int NORMAL
           
(package private)  int seed
           
(package private)  int type
           
static int UNIFORM
           
 
Fields inherited from class com.depthexplorer.RenderTreeNode
children, ps
 
Constructor Summary
RTNCloud()
           
 
Method Summary
static Properties getProperties()
           
 String interpolateAttribute(String attrName, String valueStart, String valueEnd, double fraction)
           
protected  void process()
           
protected  void setAttribute(String name, String value)
           
 void setDefaults()
           
 
Methods inherited from class com.depthexplorer.RenderTreeNode
build, colorFromString, getInstanceFromRegistrar, 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

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

UNIFORM

public static final int UNIFORM
See Also:
Constant Field Values

count

int count

type

int type

seed

int seed
Constructor Detail

RTNCloud

public RTNCloud()
Method Detail

setDefaults

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

setAttribute

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

process

protected void process()
Specified by:
process in class RenderTreeNode

interpolateAttribute

public String interpolateAttribute(String attrName,
                                   String valueStart,
                                   String valueEnd,
                                   double fraction)
Overrides:
interpolateAttribute in class RenderTreeNode

getProperties

public static Properties getProperties()