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, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeFieldpublic 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.GParamSpecTypeSpecificpublic java.lang.Object getMaximum()
getMaximum in class GObjectAPI.GParamSpecTypeSpecificpublic java.lang.Object getDefault()
getDefault in class GObjectAPI.GParamSpecTypeSpecific