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 interface kotlin.reflect.KMutableProperty0
kotlin.reflect.KMutableProperty0.Setter<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 gui.JavaProperty
call, callBy, get, getAnnotations, getDelegate, getGetter, getName, getParameters, getReturnType, getSetter, getTypeParameters, getVisibility, invoke, isAbstract, isConst, isFinal, isLateinit, isOpen, isSuspend
-
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 interfacekotlin.reflect.KMutableProperty0<java.lang.Float>
- Overrides:
set
in classJavaProperty<java.lang.Float>
-