Class BaseText2D

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLNodeType, VRMLSurfaceChildNodeType
Direct Known Subclasses:
NRText2D

public abstract class BaseText2D extends BaseSurfaceChildNode implements VRMLSurfaceChildNodeType
Common implementation of a Text2D node.

The transparency field of the text node follows the standard alpha channel values for 3D colour. A value of 0 means opaque, and a value of 1 means fully transparent. The value only applies to the background color and not the text rendering. The default value is 1.

Version:
$Revision: 1.14 $
Author:
Justin Couch