public abstract class YGMeasureFunc extends org.lwjgl.system.Callback implements YGMeasureFuncI
uint64_t (*) (
YGNodeRef node,
float width,
YGMeasureMode widthMode,
float height,
YGMeasureMode heightMode
)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 YGMeasureFunc |
create(long functionPointer)
Creates a
YGMeasureFunc instance from the specified function pointer. |
static YGMeasureFunc |
create(YGMeasureFuncI instance)
Creates a
YGMeasureFunc instance that delegates to the specified YGMeasureFuncI instance. |
static YGMeasureFunc |
createSafe(long functionPointer)
|
static long |
toLong(YGSize size) |
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static YGMeasureFunc create(long functionPointer)
YGMeasureFunc instance from the specified function pointer.YGMeasureFunc@Nullable public static YGMeasureFunc createSafe(long functionPointer)
public static YGMeasureFunc create(YGMeasureFuncI instance)
YGMeasureFunc instance that delegates to the specified YGMeasureFuncI instance.public static long toLong(YGSize size)
Copyright LWJGL. All Rights Reserved. License terms.