Package gui

Class JavaProperty.FloatProperty

java.lang.Object
gui.JavaProperty<java.lang.Float>
gui.JavaProperty.FloatProperty
All Implemented Interfaces:
kotlin.Function<java.lang.Float>, kotlin.jvm.functions.Function0<java.lang.Float>, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable<java.lang.Float>, kotlin.reflect.KMutableProperty<java.lang.Float>, kotlin.reflect.KMutableProperty0<java.lang.Float>, kotlin.reflect.KProperty<java.lang.Float>, kotlin.reflect.KProperty0<java.lang.Float>
Enclosing class:
JavaProperty<T>

public static class JavaProperty.FloatProperty
extends JavaProperty<java.lang.Float>
  • Nested Class Summary

    Nested classes/interfaces inherited from class gui.JavaProperty

    JavaProperty.FloatProperty

    Nested classes/interfaces inherited from interface kotlin.reflect.KMutableProperty0

    kotlin.reflect.KMutableProperty0.Setter<R extends java.lang.Object>

    Nested classes/interfaces inherited from interface kotlin.reflect.KProperty

    kotlin.reflect.KProperty.Accessor<R extends java.lang.Object>, kotlin.reflect.KProperty.DefaultImpls, kotlin.reflect.KProperty.Getter<R extends java.lang.Object>

    Nested classes/interfaces inherited from interface kotlin.reflect.KProperty0

    kotlin.reflect.KProperty0.Getter<R extends java.lang.Object>
  • Constructor Summary

    Constructors 
    Constructor Description
    FloatProperty​(float a_min, float a_max, java.lang.Float[] m_object)  
  • Method Summary

    Modifier and Type Method Description
    void set​(java.lang.Float a_value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FloatProperty

      public FloatProperty​(float a_min, float a_max, java.lang.Float[] m_object)
  • Method Details

    • set

      public void set​(java.lang.Float a_value)
      Specified by:
      set in interface kotlin.reflect.KMutableProperty0<java.lang.Float>
      Overrides:
      set in class JavaProperty<java.lang.Float>