java.lang.Object
io.github.jwharm.cairobindings.Proxy
org.freedesktop.cairo.UserDataKey
UserDataKey is used for attaching user data to cairo data structures.
- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionUserDataKey(MemorySegment address) Constructor used internally to instantiate a java UserDataKey object for a nativeUserDataKeyinstance -
Method Summary
-
Constructor Details
-
UserDataKey
Constructor used internally to instantiate a java UserDataKey object for a nativeUserDataKeyinstance- Parameters:
address- the memory address of the nativeUserDataKeyinstance
-
-
Method Details
-
create
Create a new UserDataKey- Parameters:
arena- the arena in which the returned UserDataKey will be allocated- Returns:
- the newly created UserDataKey
-