Package org.web3d.x3d.sai.Text
package org.web3d.x3d.sai.Text
The Text component defines how text strings are rendered in an X3D scene.
The Scene Access Interface Library (sai) package provides abstract interface classes for each X3D node and statement, in accordance witht the X3D SAI Specification.
Warning: these interfaces are primarily for internal use to ensure consistency.
Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail
classes.
Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc.
- See Also:
-
ClassDescriptionFontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.Text is a 2D (flat) geometry node that can contain multiple lines of string values.Base type for all font style nodes.