Package com.banuba.sdk.scene
Class WeightedLut.CppProxy
- java.lang.Object
-
- com.banuba.sdk.scene.WeightedLut.CppProxy
-
- All Implemented Interfaces:
WeightedLut
- Enclosing interface:
- WeightedLut
public static final class WeightedLut.CppProxy extends java.lang.Object implements WeightedLut
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.WeightedLut
WeightedLut.CppProxy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
Image
asImage()
protected void
finalize()
float
getWeight()
void
load(java.lang.String fileName)
void
loadResource(Resource res)
void
setWeight(float value)
-
-
-
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
-
loadResource
public void loadResource(Resource res)
- Specified by:
loadResource
in interfaceWeightedLut
-
setWeight
public void setWeight(float value)
- Specified by:
setWeight
in interfaceWeightedLut
-
getWeight
public float getWeight()
- Specified by:
getWeight
in interfaceWeightedLut
-
load
public void load(java.lang.String fileName)
- Specified by:
load
in interfaceWeightedLut
-
asImage
public Image asImage()
- Specified by:
asImage
in interfaceWeightedLut
- Returns:
- upcast to base type
-
-