Package com.banuba.sdk.scene
Class Image.CppProxy
- java.lang.Object
-
- com.banuba.sdk.scene.Image.CppProxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.Image
Image.CppProxy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
Attachment
asAttachment()
cast to attachment subclass.CameraTexture
asCameraTexture()
cast to camera_texture subclass.Cubemap
asCubemap()
cast to cubemap subclass.ProceduralTexture
asProceduralTexture()
SegmentationMask
asSegmentationMask()
cast to segmentation_mask subclass.TextTexture
asTextTexture()
cast to text_texture subclass.Texture
asTexture()
cast to texture subclass.Video
asVideo()
cast to video subclass.WeightedLut
asWeightedLut()
cast to weighted_lut subclass.protected void
finalize()
java.lang.String
getName()
ImageType
getType()
-
-
-
Method Detail
-
_djinni_private_destroy
public void _djinni_private_destroy()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName()
-
getType
public ImageType getType()
-
asAttachment
public Attachment asAttachment()
Description copied from interface:Image
cast to attachment subclass. May throw.- Specified by:
asAttachment
in interfaceImage
-
asCubemap
public Cubemap asCubemap()
Description copied from interface:Image
cast to cubemap subclass. May throw.
-
asSegmentationMask
public SegmentationMask asSegmentationMask()
Description copied from interface:Image
cast to segmentation_mask subclass. May throw.- Specified by:
asSegmentationMask
in interfaceImage
-
asTexture
public Texture asTexture()
Description copied from interface:Image
cast to texture subclass. May throw.
-
asCameraTexture
public CameraTexture asCameraTexture()
Description copied from interface:Image
cast to camera_texture subclass. May throw.- Specified by:
asCameraTexture
in interfaceImage
-
asVideo
public Video asVideo()
Description copied from interface:Image
cast to video subclass. May throw.
-
asWeightedLut
public WeightedLut asWeightedLut()
Description copied from interface:Image
cast to weighted_lut subclass. May throw.- Specified by:
asWeightedLut
in interfaceImage
-
asTextTexture
public TextTexture asTextTexture()
Description copied from interface:Image
cast to text_texture subclass. May throw.- Specified by:
asTextTexture
in interfaceImage
-
asProceduralTexture
public ProceduralTexture asProceduralTexture()
- Specified by:
asProceduralTexture
in interfaceImage
-
-