Class DepthComponent

Direct Known Subclasses:
DepthComponentFloat, DepthComponentInt, DepthComponentNative

public abstract class DepthComponent extends NodeComponent
Abstract base class that defines a 2D array of depth (Z) values.
  • Field Details

    • ALLOW_SIZE_READ

      public static final int ALLOW_SIZE_READ
      Specifies that this DepthComponent object allows reading its size component information (width and height).
      See Also:
    • ALLOW_DATA_READ

      public static final int ALLOW_DATA_READ
      Specifies that this DepthComponent object allows reading its depth data component information.
      See Also:
  • Method Details

    • getWidth

      public int getWidth()
      Retrieves the width of this depth component object.
      Returns:
      the width of the array of depth values
      Throws:
      CapabilityNotSetException - if appropriate capability is not set and this object is part of live or compiled scene graph
    • getHeight

      public int getHeight()
      Retrieves the height of this depth component object.
      Returns:
      the height of the array of depth values
      Throws:
      CapabilityNotSetException - if appropriate capability is not set and this object is part of live or compiled scene graph