Class ProtoInterfaceObject

java.lang.Object

public class ProtoInterfaceObject
extends X3DConcreteStatement
ProtoInterface defines fields for new Prototype nodes. This concrete class represents an X3D ProtoInterface statement.

X3D statement tooltip: [X3D statement] ProtoInterface is the first statement inside a ProtoDeclare statement and holds field declarations. ProtoInterface is followed by a corresponding ProtoBody statement.
See Also:
X3D Abstract Specification: ProtoInterface, X3D Tooltips: ProtoInterface, X3D Scene Authoring Hints: InlinesPrototypes
  • Field Details

    • NAME

      public static final java.lang.String NAME
      String constant NAME provides name of this element: ProtoInterface.
      See Also:
      Constant Field Values
    • COMPONENT

      public static final java.lang.String COMPONENT
      String constant COMPONENT defines X3D component for the ProtoInterface element: Core
      See Also:
      Constant Field Values
    • LEVEL

      public static final int LEVEL
      Integer constant LEVEL provides default X3D Core component level for this element: 2
      See Also:
      Constant Field Values
  • Constructor Details

    • ProtoInterfaceObject

      public ProtoInterfaceObject()
      Constructor for ProtoInterfaceObject to initialize member variables with default values.
  • Method Details