Enum Class SoDB.RenderCacheModes

java.lang.Object
java.lang.Enum<SoDB.RenderCacheModes>
com.openinventor.inventor.SoDB.RenderCacheModes
All Implemented Interfaces:
IntegerValuedEnum, Serializable, Comparable<SoDB.RenderCacheModes>, Constable
Enclosing class:
SoDB

@Deprecated(since="10.3.0.0") public static enum SoDB.RenderCacheModes extends Enum<SoDB.RenderCacheModes> implements IntegerValuedEnum
Deprecated.
As of Open Inventor 10.3.0.0. RenderCacheMode is no longer used.
Render cache modes.

Warning Deprecated since Open Inventor 10300. RenderCacheMode is no longer used.

  • Enum Constant Details

    • COMPILE

      public static final SoDB.RenderCacheModes COMPILE
      Deprecated.
      Display lists are created with COMPILE mode.
    • COMPILE_AND_EXECUTE

      public static final SoDB.RenderCacheModes COMPILE_AND_EXECUTE
      Deprecated.
      Display lists are created with COMPILE_AND_EXECUTE mode.
    • AUTO_RENDER_CACHE

      public static final SoDB.RenderCacheModes AUTO_RENDER_CACHE
      Deprecated.
      Automatically choose mode depending on the hardware. (Default).
  • Method Details

    • values

      public static SoDB.RenderCacheModes[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SoDB.RenderCacheModes valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • valueOf

      public static SoDB.RenderCacheModes valueOf(int val)
      Deprecated.
      Returns the enum constant of this type with the specified integer value
      Returns:
      the enum constant of this type with the specified integer value.
    • getValue

      public int getValue()
      Deprecated.
      Description copied from interface: IntegerValuedEnum
      Returns the integer value of the enum constant.
      Specified by:
      getValue in interface IntegerValuedEnum
      Returns:
      the integer value of the enum constant.