public static class GObjectAPI.GParamSpecFloat extends GObjectAPI.GParamSpecTypeSpecific
Modifier and Type | Field and Description |
---|---|
float |
default_value |
float |
epsilon |
float |
maximum |
float |
minimum |
GObjectAPI.GParamSpec |
parent_instance |
Constructor and Description |
---|
GObjectAPI.GParamSpecFloat(com.sun.jna.Pointer ptr) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefault() |
java.lang.Object |
getMaximum() |
java.lang.Object |
getMinimum() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
public volatile GObjectAPI.GParamSpec parent_instance
public volatile float minimum
public volatile float maximum
public volatile float default_value
public volatile float epsilon
public GObjectAPI.GParamSpecFloat(com.sun.jna.Pointer ptr)
public java.lang.Object getMinimum()
getMinimum
in class GObjectAPI.GParamSpecTypeSpecific
public java.lang.Object getMaximum()
getMaximum
in class GObjectAPI.GParamSpecTypeSpecific
public java.lang.Object getDefault()
getDefault
in class GObjectAPI.GParamSpecTypeSpecific