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:
  • Field Details

    • string

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

    • SoInfo

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