Class SoWindowElement


public class SoWindowElement extends SoElement
Stores the current window attributes. This element stores the current window attributes. The current window is defined as the OpenGL window underneath the cursor - or NULL if the cursor is not over an OpenGL window.

See Also:
  • invalid reference
    SoWinRenderArea
    SoXtRenderArea
  • invalid reference
    SoQtRenderArea
  • Method Details

    • reset

      public static void reset(SoState state)
      Reset the element to default values.

      Since:
      Open Inventor 9.1

    • getAction

      public static SoGLRenderAction getAction(SoState state)
      Returns the current glRenderAction.
    • getClassStackIndex

      @Deprecated(since="9.3.0.0") public static int getClassStackIndex()
      Deprecated.
      As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)
      Returns the stack id for this element. ] *
    • push

      public void push(SoState state)
      Push.
      Overrides:
      push in class SoElement