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

    Modifier and Type Method Description
    void _djinni_private_destroy()  
    protected void finalize()  
    java.lang.String getFile()  
    float getWeight()  
    void reload()  
    void setFile​(java.lang.String fileName)  
    void setWeight​(float value)  

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

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

      public void setWeight​(float value)
      Specified by:
      setWeight in interface WeightedLut
    • getWeight

      public float getWeight()
      Specified by:
      getWeight in interface WeightedLut
    • setFile

      public void setFile​(java.lang.String fileName)
      Specified by:
      setFile in interface WeightedLut
    • getFile

      public java.lang.String getFile()
      Specified by:
      getFile in interface WeightedLut
    • reload

      public void reload()
      Specified by:
      reload in interface WeightedLut