Class BaseAnnotation

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.annotation.BaseAnnotation
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLAnnotationNodeType, VRMLChildNodeType, VRMLNodeType, VRMLWorldRootChildNodeType

public abstract class BaseAnnotation extends AbstractNode implements VRMLAnnotationNodeType
Common base class for all the AnnotationNodeType implementations.

The base X3D node definition is:

 X3DAnnotationNode : X3DChildNode {
   SFString [in,out] annotationGroupID ""
   SFString [in,out] displayPolicy     "NEVER"  ["POINTER_OVER", "POINTER_ACTIVATE", "ALWAYS", "WHEN_VISIBLE", "NEVER"]
   SFBool   [in,out] enabled           TRUE
   SFNode   [in,out] metadata          NULL     [X3DMetadataObject]
 }
 
Version:
$Revision: 1.1 $
Author:
Justin Couch