public abstract class NkValueGetter extends org.lwjgl.system.Callback implements NkValueGetterI
plot_function function.
float (*) (
void *userdata,
int index
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static NkValueGetter |
create(long functionPointer)
Creates a
NkValueGetter instance from the specified function pointer. |
static NkValueGetter |
create(NkValueGetterI instance)
Creates a
NkValueGetter instance that delegates to the specified NkValueGetterI instance. |
static NkValueGetter |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static NkValueGetter create(long functionPointer)
NkValueGetter instance from the specified function pointer.NkValueGetter@Nullable public static NkValueGetter createSafe(long functionPointer)
public static NkValueGetter create(NkValueGetterI instance)
NkValueGetter instance that delegates to the specified NkValueGetterI instance.Copyright LWJGL. All Rights Reserved. License terms.