Class BeautyMorphing.CppProxy

    • Method Detail

      • _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
      • setFaceWeight

        public void setFaceWeight​(float value)
        Description copied from interface: BeautyMorphing
        Sets face morphing weight.
        Specified by:
        setFaceWeight in interface BeautyMorphing
        Parameters:
        value - (float) morphing weight.
      • getFaceWeight

        public float getFaceWeight()
        Specified by:
        getFaceWeight in interface BeautyMorphing
        Returns:
        morphing weight (float).
      • setNoseWeight

        public void setNoseWeight​(float value)
        Description copied from interface: BeautyMorphing
        Sets nose morphing weight.
        Specified by:
        setNoseWeight in interface BeautyMorphing
        Parameters:
        value - (float) morphing weight.
      • getNoseWeight

        public float getNoseWeight()
        Specified by:
        getNoseWeight in interface BeautyMorphing
        Returns:
        morphing weight (float).
      • setEyesWeight

        public void setEyesWeight​(float value)
        Description copied from interface: BeautyMorphing
        Sets nose morphing weight.
        Specified by:
        setEyesWeight in interface BeautyMorphing
        Parameters:
        value - (float) morphing weight.
      • getEyesWeight

        public float getEyesWeight()
        Specified by:
        getEyesWeight in interface BeautyMorphing
        Returns:
        morphing weight (float).