Class NodeTemplateArray

java.lang.Object
org.web3d.vrml.util.NodeTemplateArray

public class NodeTemplateArray extends Object
Simple dynamic array structure that holds VRMLNodeTemplate instances.

Idea is to save implementation weight when we don't really want to use a full java.util collections class, but don't want to have to re-implement the node copy/paste stuff every time.

Version:
$Revision: 1.1 $
Author:
Justin Couch