Package org.freedesktop.harfbuzz
Class Position
Data type for holding a single coordinate value.
Contour points and other multi-dimensional data are
stored as tuples of
hb_position_t
's.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Position[]
fromNativeArray
(MemorySegment address, long length, TransferOwnership transfer) Methods inherited from class org.javagi.base.Alias
equals, getAddressValues, getBooleanValues, getByteValues, getCharacterValues, getDoubleValues, getFloatValues, getIntegerValues, getLongValues, getShortValues, getValue, hashCode, setValue, toString
-
Constructor Details
-
Position
public Position(int value) Create a new Position with the provided value
-
-
Method Details
-
fromNativeArray
public static Position[] fromNativeArray(MemorySegment address, long length, TransferOwnership transfer)
-