Class BaseAnnotationTarget

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

public class BaseAnnotationTarget extends AbstractNode implements VRMLChildNodeType
A node that represents target for annotations.

The node definition is:

 AnnotationTarget : X3DChildNode {
   MFNode  [in,out] annotations    []       [X3DAnnotationNode]
   SFNode  [in,out] leadLineStyle  NULL     [X3DLinePropertiesNode]
   SFNode  [in,out] metadata       NULL     [X3DMetadataObject]
   SFVec3f [in,out] referencePoint 0, 0, 0  (-∞,∞)
   SFNode  [in,out] marker         NULL     [X3DShapeNode]
 }
 
Version:
$Revision: 1.1 $
Author:
Justin Couch