Class hb_paint_push_transform_func_t
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.harfbuzz.hb_paint_push_transform_func_t
- All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, hb_paint_push_transform_func_tI
public abstract class hb_paint_push_transform_func_t
extends Callback
implements hb_paint_push_transform_func_tI
Callback function:
hb_paint_push_transform_func_t-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface hb_paint_push_transform_func_tI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptioncreate(long functionPointer) Creates ahb_paint_push_transform_func_tinstance from the specified function pointer.create(hb_paint_push_transform_func_tI instance) Creates ahb_paint_push_transform_func_tinstance that delegates to the specifiedhb_paint_push_transform_func_tIinstance.static @Nullable hb_paint_push_transform_func_tcreateSafe(long functionPointer) Methods inherited from interface hb_paint_push_transform_func_tI
callback, getDescriptor, invokeMethods inherited from interface NativeResource
close
-
Method Details
-
create
Creates ahb_paint_push_transform_func_tinstance from the specified function pointer.- Returns:
- the new
hb_paint_push_transform_func_t
-
createSafe
-
create
Creates ahb_paint_push_transform_func_tinstance that delegates to the specifiedhb_paint_push_transform_func_tIinstance.
-