Package com.banuba.sdk.scene
Class BeautyMorphing.CppProxy
- java.lang.Object
-
- com.banuba.sdk.scene.BeautyMorphing.CppProxy
-
- All Implemented Interfaces:
BeautyMorphing
- Enclosing interface:
- BeautyMorphing
public static final class BeautyMorphing.CppProxy extends java.lang.Object implements BeautyMorphing
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.BeautyMorphing
BeautyMorphing.CppProxy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
float
getEyesWeight()
float
getFaceWeight()
float
getNoseWeight()
void
setEyesWeight(float value)
Sets nose morphing weight.void
setFaceWeight(float value)
Sets face morphing weight.void
setNoseWeight(float value)
Sets nose morphing weight.
-
-
-
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
-
setFaceWeight
public void setFaceWeight(float value)
Description copied from interface:BeautyMorphing
Sets face morphing weight.- Specified by:
setFaceWeight
in interfaceBeautyMorphing
- Parameters:
value
- (float) morphing weight.
-
getFaceWeight
public float getFaceWeight()
- Specified by:
getFaceWeight
in interfaceBeautyMorphing
- Returns:
- morphing weight (float).
-
setNoseWeight
public void setNoseWeight(float value)
Description copied from interface:BeautyMorphing
Sets nose morphing weight.- Specified by:
setNoseWeight
in interfaceBeautyMorphing
- Parameters:
value
- (float) morphing weight.
-
getNoseWeight
public float getNoseWeight()
- Specified by:
getNoseWeight
in interfaceBeautyMorphing
- Returns:
- morphing weight (float).
-
setEyesWeight
public void setEyesWeight(float value)
Description copied from interface:BeautyMorphing
Sets nose morphing weight.- Specified by:
setEyesWeight
in interfaceBeautyMorphing
- Parameters:
value
- (float) morphing weight.
-
getEyesWeight
public float getEyesWeight()
- Specified by:
getEyesWeight
in interfaceBeautyMorphing
- Returns:
- morphing weight (float).
-
-