Class Image.CppProxy

java.lang.Object
com.banuba.sdk.scene.Image.CppProxy
All Implemented Interfaces:
Image
Enclosing interface:
Image

public static final class Image.CppProxy
extends java.lang.Object
implements Image
  • Method Details

    • _djinni_private_destroy

      public void _djinni_private_destroy()
    • finalize

      protected void finalize() throws java.lang.Throwable
      Overrides:
      finalize in class java.lang.Object
      Throws:
      java.lang.Throwable
    • getName

      public java.lang.String getName()
      Specified by:
      getName in interface Image
    • getType

      public ImageType getType()
      Specified by:
      getType in interface Image
    • asAttachment

      public Attachment asAttachment()
      Specified by:
      asAttachment in interface Image
    • asCubemap

      public Cubemap asCubemap()
      Specified by:
      asCubemap in interface Image
    • asSegmentationMask

      public SegmentationMask asSegmentationMask()
      Specified by:
      asSegmentationMask in interface Image
    • asTexture

      public Texture asTexture()
      Specified by:
      asTexture in interface Image
    • asVideo

      public Video asVideo()
      Specified by:
      asVideo in interface Image
    • asWeightedLut

      public WeightedLut asWeightedLut()
      Specified by:
      asWeightedLut in interface Image
    • reload

      public void reload()
      Specified by:
      reload in interface Image