java.lang.Object
io.github.jwharm.cairobindings.Proxy
- Direct Known Subclasses:
Context
,Device
,Face
,FontExtents
,FontFace
,FontOptions
,Glyph
,Library
,Matrix
,Path
,Pattern
,Rectangle
,RectangleInt
,RectangleList
,Region
,ScaledFont
,Surface
,TextCluster
,TextExtents
,UserDataKey
Base type for a Java proxy object to an instance in native memory.
-
Constructor Summary
ConstructorDescriptionProxy
(MemorySegment address) Create a newProxy
object for an instance in native memory. -
Method Summary
-
Constructor Details
-
Proxy
Create a newProxy
object for an instance in native memory.- Parameters:
address
- the memory address of the instance
-
-
Method Details
-
handle
Get the memory address of the instance- Returns:
- the memory address of the instance
-
hashCode
-
equals
Checks whether the other object is a Proxy instance and the memory addresses are equal.
-