Class BaseContourPolyline2D

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.nurbs.BaseContourPolyline2D
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLGeometryNodeType, VRMLNodeType, VRMLParametricGeometryNodeType
Direct Known Subclasses:
OGLContourPolyline2D

public abstract class BaseContourPolyline2D extends AbstractNode implements VRMLParametricGeometryNodeType
Common base implementation of the NurbsCurve node.

Because NURBS implementations involve complex retessellation, the implementation will automatically register itself with the frame state manager whenever any field changes.

Version:
$Revision: 1.2 $
Author:
Justin Couch