Package com.banuba.sdk.scene
Class BeautyMorphing.CppProxy
java.lang.Object
com.banuba.sdk.scene.BeautyMorphing.CppProxy
- All Implemented Interfaces:
BeautyMorphing
- Enclosing interface:
- BeautyMorphing
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.BeautyMorphing
BeautyMorphing.CppProxy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
finalize()
float
float
float
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 Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
-
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).
-