Class SoInfo

  • All Implemented Interfaces:
    SafeDisposable

    public class SoInfo
    extends SoNode
    Node containing information text string. This class defines a information node in the scene graph. This node has no effect during traversal. It is used to store information in the scene graph, typically for application-specific purposes, copyright messages, or other strings.

    File format/default:

    Info {

      string "<Undefined info>"
    }

    See Also:
    SoLabel
    • Field Detail

      • string

        public final SoSFString string
        Defines the info string.
    • Constructor Detail

      • SoInfo

        public SoInfo()
        Creates an info node with default settings.