Index

A B C D E F G H I K L M N O P R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values

A

accelerometer - Variable in class komposten.leapjna.leapc.events.LEAP_IMU_EVENT
The accelerometer measurements, in m/s^2.
All - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
The combination of all valid flags in this enumeration.
allocate - Variable in class komposten.leapjna.leapc.data.LEAP_ALLOCATOR
Function pointer to an allocator function that is expected to return a pointer to memory of at least the specified size in bytes.
allocateSerialBuffer(int) - Method in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
Allocates space for the serial number string.
AllowPauseResume - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
The policy allowing an application to pause or resume service tracking.
arm - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
The arm to which this hand is attached.
ArrayPointer<T extends Structure> - Class in komposten.leapjna.leapc.util
A pointer to a memory block containing one or more instances of a constant-size Structure.
asArray() - Method in class komposten.leapjna.leapc.data.LEAP_HAND.DigitStruct
Bundles the digits in an array to facilitate iteration over them.
asArray() - Method in class komposten.leapjna.leapc.data.LEAP_QUATERNION
 
asArray() - Method in class komposten.leapjna.leapc.data.LEAP_VECTOR
 
AUTO_CHECK_UPDATES - Static variable in class komposten.leapjna.util.Configurations.Service
Determines whether the Leap Motion service will automatically check for software updates.
AUTO_INSTALL_UPDATES - Static variable in class komposten.leapjna.util.Configurations.Service
Determines whether the Leap Motion service will automatically install software updates.
AVOID_POOR_PERFORMANCE - Static variable in class komposten.leapjna.util.Configurations.Service
Since this setting is controlled by the user, you should ask for permission before changing its value.

B

BACKGROUND_APP_MODE - Static variable in class komposten.leapjna.util.Configurations.Service
Determines whether applications should receive tracking data when not the focused, foreground application.
BackgroundFrames - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
The policy allowing an application to receive frames in the background.
BadCalibration - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
The device has a bad calibration record and cannot send frames.
BadControl - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
The device USB control interfaces failed to initialise.
BadFirmware - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
The device reports corrupt firmware or cannot install a required firmware update.
BadTransport - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
The device USB connection is faulty.
baseline - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
The device baseline, in micrometers.
boneArray() - Method in class komposten.leapjna.leapc.data.LEAP_DIGIT
Bundles the bones in an array to facilitate iteration over them.
Boolean - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapValueType
 
boolValue - Variable in class komposten.leapjna.leapc.data.LEAP_VARIANT.ValueUnion
A Boolean value.
bpp - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
The number of bytes per image pixel.
BufferSizeOverflow - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
ByValue() - Constructor for class komposten.leapjna.leapc.data.LEAP_VECTOR.ByValue
 
ByValue(float, float, float) - Constructor for class komposten.leapjna.leapc.data.LEAP_VECTOR.ByValue
 

C

calib - Variable in class komposten.leapjna.leapc.events.LEAP_IMAGE_EVENT
For internal use only.
CannotOpenDevice - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
caps - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
A combination of eLeapDeviceCaps flags.
ClientLibrary - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapVersionPart
The parameter for requesting the version of the client.
ClientProtocol - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapVersionPart
The parameter for requesting the protocol version of the client.
Color - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceCaps
The device can send color images.
Compressed - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
ConcurrentPoll - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
confidence - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
How confident we are with a given hand pose.
ConfigChange - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
ConfigResponse - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
Configurations - Class in komposten.leapjna.util
Constants for all configuration keys supported by the Leap Motion API and service.
Configurations.Power - Class in komposten.leapjna.util
Power saving options include the Control Panel Power Saving and Low Resource Mode settings.
Configurations.Service - Class in komposten.leapjna.util
The service control settings change how the Leap Motion service (Windows) or daemon (OS X and Linux) operates.
Configurations.Tracking - Class in komposten.leapjna.util
The tracking settings control the tracking data available to an application.
Configurations.WebSocket - Class in komposten.leapjna.util
The WebSocket options control how programs can connect to the WebSocket server provided by the Leap Motion service.
Connected - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
 
Connection - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
A connection to the Ultraleap Tracking Service has been established.
ConnectionLost - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
The connection to the Ultraleap Tracking Service has been lost.
CPU_AFFINITY_MAST - Static variable in class komposten.leapjna.util.Configurations.Service
Processor affinity controls which CPU cores that a process will run on in a multi-core system.
createMask(E...) - Static method in class komposten.leapjna.leapc.enums.Enums
Converts a set of flag enum constants into a bitmask using bitwise or.
createMask(eLeapDeviceCaps...) - Static method in enum class komposten.leapjna.leapc.enums.eLeapDeviceCaps
 
createMask(eLeapDeviceStatus...) - Static method in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
 
createMask(eLeapIMUFlag...) - Static method in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
 
createMask(eLeapPolicyFlag...) - Static method in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
 
createMask(eLeapRecordingFlags...) - Static method in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
Critical - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapLogSeverity
A message about a fault that could render the software or device non-functional.
current_policy - Variable in class komposten.leapjna.leapc.events.LEAP_POLICY_EVENT
A bitfield containing the policies effective at the time the policy event was processed.
current_tracking_mode - Variable in class komposten.leapjna.leapc.events.LEAP_TRACKING_MODE_EVENT
An enum specifying the tracking mode effective at the time the tracking mode event was processed.

D

data - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE
A pointer to the image data.
deallocate - Variable in class komposten.leapjna.leapc.data.LEAP_ALLOCATOR
Function pointer to a deallocator function.
Default - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapImageType
Default, processed IR images.
Desktop - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapTrackingMode
The tracking mode optimised for desktop devices
device - Variable in class komposten.leapjna.leapc.events.LEAP_DEVICE_EVENT
The handle reference of the newly attached device.
device - Variable in class komposten.leapjna.leapc.events.LEAP_DEVICE_STATUS_CHANGE_EVENT
The handle reference of the newly attached device.
Device - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
A device has been detected or plugged-in.
device_id - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
A unique ID for the attached device that sent this message.
DeviceFailure - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
A device has failed.
DeviceLost - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
The device connection has been lost.
DeviceStatusChange - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
Notification that a status change has been detected on an attached device
digits - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
The fingers of this hand.
DigitStruct() - Constructor for class komposten.leapjna.leapc.data.LEAP_HAND.DigitStruct
 
direction - Variable in class komposten.leapjna.leapc.data.LEAP_PALM
The unit direction vector pointing from the palm position towards the fingers.
dispose() - Method in class komposten.leapjna.leapc.util.ArrayPointer
 
distal - Variable in class komposten.leapjna.leapc.data.LEAP_DIGIT
The distal phalange terminating at the finger tip.
distortion_matrix - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE
A pointer to the camera's distortion matrix.
Double - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Double-precision 64-bit floating-point
Dragonfly - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
Internal research product codename "Dragonfly".
DroppedFrame - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
 

E

eLeapAllocatorType - Enum Class in komposten.leapjna.leapc.enums
Defines the various types of data that may be allocated using the allocator.
eLeapCameraCalibrationType - Enum Class in komposten.leapjna.leapc.enums
Camera calibration types.
eLeapConnectionConfig - Enum Class in komposten.leapjna.leapc.enums
 
eLeapConnectionStatus - Enum Class in komposten.leapjna.leapc.enums
The connection status codes.
eLeapDeviceCaps - Enum Class in komposten.leapjna.leapc.enums
Flags enumerating Leap device capabilities.
eLeapDevicePID - Enum Class in komposten.leapjna.leapc.enums
Device hardware types.
eLeapDeviceStatus - Enum Class in komposten.leapjna.leapc.enums
The device status codes.
eLeapDroppedFrameType - Enum Class in komposten.leapjna.leapc.enums
Types of dropped frames.
eLeapEventType - Enum Class in komposten.leapjna.leapc.enums
The types of event messages resulting from calling LeapC.LeapPollConnection(Pointer, int, LEAP_CONNECTION_MESSAGE).
eLeapHandType - Enum Class in komposten.leapjna.leapc.enums
The hand chirality types.
eLeapImageFormat - Enum Class in komposten.leapjna.leapc.enums
Image formats.
eLeapImageType - Enum Class in komposten.leapjna.leapc.enums
Functional image types (not data formats).
eLeapIMUFlag - Enum Class in komposten.leapjna.leapc.enums
 
eLeapLogSeverity - Enum Class in komposten.leapjna.leapc.enums
System message severity types.
eLeapPerspectiveType - Enum Class in komposten.leapjna.leapc.enums
Camera perspective types.
eLeapPolicyFlag - Enum Class in komposten.leapjna.leapc.enums
The service policy flags.
eLeapRecordingFlags - Enum Class in komposten.leapjna.leapc.enums
Defines the recording mode provided to the LeapC.LeapRecordingOpen(LEAP_RECORDING, String, LEAP_RECORDING_PARAMETERS) function.
eLeapRS - Enum Class in komposten.leapjna.leapc.enums
Codes returned by all LeapC functions.
eLeapRSConverter - Class in komposten.leapjna.leapc.util
A type converter for converting integer values to and from eLeapRS constants.
eLeapRSConverter() - Constructor for class komposten.leapjna.leapc.util.eLeapRSConverter
 
eLeapServiceDisposition - Enum Class in komposten.leapjna.leapc.enums
The service status codes/flags.
eLeapTrackingMode - Enum Class in komposten.leapjna.leapc.enums
Enumerates values for the tracking mode.
eLeapValueType - Enum Class in komposten.leapjna.leapc.enums
Different value types.
eLeapVersionPart - Enum Class in komposten.leapjna.leapc.enums
 
empty(Class<T>, int) - Static method in class komposten.leapjna.leapc.util.ArrayPointer
Creates an empty ArrayPointer based on the provided type and array size.
end_time - Variable in class komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
Deprecated.
 
Enums - Class in komposten.leapjna.leapc.enums
Utility functions for converting from primitives to enum constants and back.
Enums.ByteEnum - Interface in komposten.leapjna.leapc.enums
An interface for enums with byte values.
Enums.IntEnum - Interface in komposten.leapjna.leapc.enums
An interface for enums with integer values.
Enums.IntFlagEnum<T extends Enums.IntFlagEnum<?>> - Interface in komposten.leapjna.leapc.enums
An interface for enums with integer values that are meant to be used as flags/bitmasks.
equals(Object) - Method in class komposten.leapjna.leapc.util.ArrayPointer
Checks whether this ArrayPointer is equal to another object.
Error - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
events - Variable in class komposten.leapjna.leapc.events.LEAP_LOG_EVENTS
A pointer to an array of LEAP_LOG_EVENTs.
Eyes - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
Tracked eye positions.

F

file_name - Variable in class komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
Deprecated.
 
finger_id - Variable in class komposten.leapjna.leapc.data.LEAP_DIGIT
The Leap identifier of this finger.
flags - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_CONFIG
A combination of eLeapConnectionConfig flags.
flags - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
Reserved for future use.
flags - Variable in class komposten.leapjna.leapc.events.LEAP_CONNECTION_EVENT
A combination of eLeapServiceDisposition flags.
flags - Variable in class komposten.leapjna.leapc.events.LEAP_CONNECTION_LOST_EVENT
Reserved for future use.
flags - Variable in class komposten.leapjna.leapc.events.LEAP_DEVICE_EVENT
Reserved for future use.
flags - Variable in class komposten.leapjna.leapc.events.LEAP_IMU_EVENT
A combination of eLeapIMUFlag flags.
Float - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Single-precision 32-bit floating-point
Float - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapValueType
 
FLOAT - Enum constant in enum class komposten.leapjna.leapc.util.PrimitiveArrayPointer.Primitive
 
floats(int) - Static method in class komposten.leapjna.leapc.util.PrimitiveArrayPointer
Creates an empty PrimitiveArrayPointer containing primitive float values.
Flushing - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
format - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
The format of this image.
frame_id - Variable in class komposten.leapjna.leapc.data.LEAP_FRAME_HEADER
A unique identifier for this frame.
frame_id - Variable in class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
The ID of the frame corresponding to the source of the currently tracked points.
frame_id - Variable in class komposten.leapjna.leapc.events.LEAP_DROPPED_FRAME_EVENT
 
frame_id - Variable in class komposten.leapjna.leapc.events.LEAP_EYE_EVENT
The ID of the frame corresponding to the source of the currently tracked eye positions.
frame_id - Variable in class komposten.leapjna.leapc.events.LEAP_POINT_MAPPING_CHANGE_EVENT
Deprecated.
The ID of the frame corresponding to the source of the currently tracked points.
framerate - Variable in class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
Current tracking frame rate in hertz.
fromArray(T[]) - Static method in class komposten.leapjna.leapc.util.ArrayPointer
Creates an ArrayPointer based on the provided array.
fromNative(Object, FromNativeContext) - Method in class komposten.leapjna.leapc.util.eLeapRSConverter
 
fromPointer(Pointer, Class<T>, int) - Static method in class komposten.leapjna.leapc.util.ArrayPointer
Creates an ArrayPointer based on the provided pointer, element type and array size.
fValue - Variable in class komposten.leapjna.leapc.data.LEAP_VARIANT.ValueUnion
A floating-point value.

G

getArraySize() - Method in class komposten.leapjna.leapc.util.ArrayPointer
 
getArraySize() - Method in class komposten.leapjna.leapc.util.PrimitiveArrayPointer
 
getBoolean() - Method in class komposten.leapjna.leapc.data.LEAP_VARIANT
 
getCapabilities() - Method in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
 
getConfigChangeEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getConfigResponseEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getConnectionEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getConnectionLostEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getCurrentPolicy() - Method in class komposten.leapjna.leapc.events.LEAP_POLICY_EVENT
 
getCurrentTrackingMode() - Method in class komposten.leapjna.leapc.events.LEAP_TRACKING_MODE_EVENT
 
getData() - Method in class komposten.leapjna.leapc.data.LEAP_IMAGE
The image data is not loaded from native memory until this method is called.
getDeviceEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getDeviceFailureEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getDeviceLostEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getDeviceStatusChangeEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getDroppedFrameEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getElement(int) - Method in class komposten.leapjna.leapc.util.ArrayPointer
 
getElements(T[]) - Method in class komposten.leapjna.leapc.util.ArrayPointer
 
getEmptyMaskConstant() - Method in enum class komposten.leapjna.leapc.enums.eLeapDeviceCaps
 
getEmptyMaskConstant() - Method in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
 
getEmptyMaskConstant() - Method in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
 
getEmptyMaskConstant() - Method in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
 
getEmptyMaskConstant() - Method in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
getEmptyMaskConstant() - Method in interface komposten.leapjna.leapc.enums.Enums.IntFlagEnum
 
getEuler() - Method in class komposten.leapjna.leapc.data.LEAP_QUATERNION
 
getEvents() - Method in class komposten.leapjna.leapc.events.LEAP_LOG_EVENTS
 
getEyeEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getFlags() - Method in class komposten.leapjna.leapc.events.LEAP_CONNECTION_EVENT
 
getFlags() - Method in class komposten.leapjna.leapc.events.LEAP_IMU_EVENT
 
getFloat() - Method in class komposten.leapjna.leapc.data.LEAP_VARIANT
 
getFloatAt(int) - Method in class komposten.leapjna.leapc.util.PrimitiveArrayPointer
 
getFormat() - Method in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
 
getHands() - Method in class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
 
getHeadPoseEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getIds() - Method in class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
 
getImageEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getIMUEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getInt() - Method in class komposten.leapjna.leapc.data.LEAP_VARIANT
 
getIntAt(int) - Method in class komposten.leapjna.leapc.util.PrimitiveArrayPointer
 
getLastStatus() - Method in class komposten.leapjna.leapc.events.LEAP_DEVICE_STATUS_CHANGE_EVENT
 
getLogEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getLogEvents() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getMatrix() - Method in class komposten.leapjna.leapc.data.LEAP_IMAGE
The first call to this method on a LEAP_IMAGE instance reads the distortion matrix from memory and creates a LEAP_DISTORTION_MATRIX instance.
getMode() - Method in class komposten.leapjna.leapc.data.LEAP_RECORDING_PARAMETERS
 
getMode() - Method in class komposten.leapjna.leapc.data.LEAP_RECORDING_STATUS
 
getPid() - Method in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
 
getPitch() - Method in class komposten.leapjna.leapc.data.LEAP_QUATERNION
Calculates the roll, or rotation around the x-axis, described by this quaternion.
getPointMappingChangeEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getPoints() - Method in class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
 
getPolicyEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getRoll() - Method in class komposten.leapjna.leapc.data.LEAP_QUATERNION
Calculates the roll, or rotation around the z-axis, described by this quaternion.
getSeverity() - Method in class komposten.leapjna.leapc.events.LEAP_LOG_EVENT
 
getStatus() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_INFO
 
getStatus() - Method in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
 
getStatus() - Method in class komposten.leapjna.leapc.events.LEAP_DEVICE_EVENT
 
getStatus() - Method in class komposten.leapjna.leapc.events.LEAP_DEVICE_FAILURE_EVENT
 
getStatus() - Method in class komposten.leapjna.leapc.events.LEAP_DEVICE_STATUS_CHANGE_EVENT
 
getString() - Method in class komposten.leapjna.leapc.data.LEAP_VARIANT
 
getTrackingEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getTrackingModeEvent() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getType() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
getType() - Method in class komposten.leapjna.leapc.data.LEAP_HAND
 
getType() - Method in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
 
getType() - Method in class komposten.leapjna.leapc.data.LEAP_VARIANT
 
getType() - Method in class komposten.leapjna.leapc.events.LEAP_DROPPED_FRAME_EVENT
 
getValue() - Method in class komposten.leapjna.leapc.data.LEAP_VARIANT
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapCameraCalibrationType
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapConnectionConfig
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapDeviceCaps
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapDroppedFrameType
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapEventType
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapHandType
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapImageFormat
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapImageType
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapLogSeverity
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapPerspectiveType
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapRS
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapTrackingMode
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapValueType
 
getValue() - Method in enum class komposten.leapjna.leapc.enums.eLeapVersionPart
 
getValue() - Method in interface komposten.leapjna.leapc.enums.Enums.ByteEnum
 
getValue() - Method in interface komposten.leapjna.leapc.enums.Enums.IntEnum
 
getYaw() - Method in class komposten.leapjna.leapc.data.LEAP_QUATERNION
Calculates the roll, or rotation around the y-axis, described by this quaternion.
grab_angle - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
The average angle of fingers to palm.
grab_strength - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
The normalized estimate of the grab hand pose.
gyroscope - Variable in class komposten.leapjna.leapc.events.LEAP_IMU_EVENT
The gyroscope measurements, in rad/s.

H

h_fov - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
The horizontal field of view of this device in radians.
handle - Variable in class komposten.leapjna.leapc.data.LEAP_CALIBRATION
A handle to a Leap device object.
handle - Variable in class komposten.leapjna.leapc.data.LEAP_CLOCK_REBASER
A handle to a Leap clock rebaser object.
handle - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION
A handle to the Leap connection object.
handle - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_REF
A device handle.
handle - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE
A handle to a Leap device object.
handle - Variable in class komposten.leapjna.leapc.data.LEAP_RECORDING
A handle to the Leap recording object.
HandshakeIncomplete - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
 
HandshakeIncomplete - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
HasAccelerometer - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
Has accelerometer measurements.
HasGyroscope - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
Has gyroscope measurements.
hashCode() - Method in class komposten.leapjna.leapc.util.ArrayPointer
 
HasTemperature - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
Has a temperature measurement.
hDevice - Variable in class komposten.leapjna.leapc.events.LEAP_DEVICE_FAILURE_EVENT
A handle to the device generating this failure event, if available, otherwise null.
head_angular_velocity - Variable in class komposten.leapjna.leapc.events.LEAP_HEAD_POSE_EVENT
The angular velocity of the user's head.
head_linear_velocity - Variable in class komposten.leapjna.leapc.events.LEAP_HEAD_POSE_EVENT
The linear velocity of the user's head.
head_orientation - Variable in class komposten.leapjna.leapc.events.LEAP_HEAD_POSE_EVENT
The orientation of the user's head.
head_position - Variable in class komposten.leapjna.leapc.events.LEAP_HEAD_POSE_EVENT
The position of the user's head.
HeadPose - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
A head pose.
height - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
The number of rows of pixels in the image.
HMD - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapTrackingMode
The tracking mode optimised for head-mounted devices

I

id - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_REF
A generic identifier.
id - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
A unique ID for a hand tracked across frames.
image - Variable in class komposten.leapjna.leapc.events.LEAP_IMAGE_EVENT
The left and right images.
Image - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
Notification that an unrequested stereo image pair is available
IMAGE_PROCESSING_AUTO_FLIP - Static variable in class komposten.leapjna.util.Configurations.Tracking
When enabled, the Leap Motion device can be used with either the long side of the device with the green LED facing toward or away from the user.
ImageComplete - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
The request for an image is complete.
ImageRequestError - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
The request for an image has failed.
Images - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
The policy specifying whether to automatically stream images from the device.
IMAGES_MODE - Static variable in class komposten.leapjna.util.Configurations.Tracking
Enables or disables image data.
IMU - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
An IMU reading.
index - Variable in class komposten.leapjna.leapc.data.LEAP_HAND.DigitStruct
 
info - Variable in class komposten.leapjna.leapc.events.LEAP_IMAGE_EVENT
The information header identifying the images tracking frame.
info - Variable in class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
A universal frame identification header.
Information - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapLogSeverity
A system status message.
Infrared - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapCameraCalibrationType
Infrared calibration (default).
INSTANCE - Static variable in interface komposten.leapjna.leapc.LeapC
 
InsufficientBuffer - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
InsufficientResources - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
INT - Enum constant in enum class komposten.leapjna.leapc.util.PrimitiveArrayPointer.Primitive
 
Int16 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Signed 16-bit integer
Int32 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Signed 32-bit integer
Int32 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapValueType
 
Int64 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Signed 64-bit integer
Int8 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Signed 8-bit integer (char)
intermediate - Variable in class komposten.leapjna.leapc.data.LEAP_DIGIT
The bone between the proximal phalange and the distal phalange.
ints(int) - Static method in class komposten.leapjna.leapc.util.PrimitiveArrayPointer
Creates an empty PrimitiveArrayPointer containing primitive int values.
Invalid - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
An invalid device type.
Invalid - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPerspectiveType
An unknown or invalid type.
InvalidArgument - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
InvalidClientID - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
invoke(int, int, Pointer) - Method in interface komposten.leapjna.leapc.data.LEAP_ALLOCATOR.allocate
 
invoke(Pointer, Pointer) - Method in interface komposten.leapjna.leapc.data.LEAP_ALLOCATOR.deallocate
 
IR - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapImageFormat
An infrared image.
is_extended - Variable in class komposten.leapjna.leapc.data.LEAP_DIGIT
Reports whether the finger is more or less straight.
iValue - Variable in class komposten.leapjna.leapc.data.LEAP_VARIANT.ValueUnion
An integer value.

K

komposten.leapjna.leapc - package komposten.leapjna.leapc
Provides Java mappings for interacting with the Ultraleap C API.
komposten.leapjna.leapc.data - package komposten.leapjna.leapc.data
Provides Java mappings of all non-event structs used by the Ultraleap C API.
komposten.leapjna.leapc.enums - package komposten.leapjna.leapc.enums
Provides Java mappings of all enumerations used by the Ultraleap C API.
komposten.leapjna.leapc.events - package komposten.leapjna.leapc.events
Provides Java mappings of all event structs used by the Ultraleap C API.
komposten.leapjna.leapc.util - package komposten.leapjna.leapc.util
Provides utility classes which are used by LeapJna for mapping the Ultraleap C API.
komposten.leapjna.util - package komposten.leapjna.util
Provides utility classes which can be used when interacting with the Ultraleap C API

L

last_status - Variable in class komposten.leapjna.leapc.events.LEAP_DEVICE_STATUS_CHANGE_EVENT
The last known status of the device.
LEAP_ALLOCATOR - Class in komposten.leapjna.leapc.data
Specifies the allocator/deallocator functions to be used when the library needs to dynamically manage memory.
LEAP_ALLOCATOR(LEAP_ALLOCATOR.allocate, LEAP_ALLOCATOR.deallocate) - Constructor for class komposten.leapjna.leapc.data.LEAP_ALLOCATOR
 
LEAP_ALLOCATOR.allocate - Interface in komposten.leapjna.leapc.data
A callback for allocating native memory.
LEAP_ALLOCATOR.deallocate - Interface in komposten.leapjna.leapc.data
A callback for freeing previously allocated native memory.
LEAP_BONE - Class in komposten.leapjna.leapc.data
Describes a bone's position and orientation.
LEAP_BONE() - Constructor for class komposten.leapjna.leapc.data.LEAP_BONE
 
LEAP_CALIBRATION - Class in komposten.leapjna.leapc.data
Represents a calibration object.
LEAP_CALIBRATION() - Constructor for class komposten.leapjna.leapc.data.LEAP_CALIBRATION
 
LEAP_CLOCK_REBASER - Class in komposten.leapjna.leapc.data
An opaque clock rebase state structure.
LEAP_CLOCK_REBASER() - Constructor for class komposten.leapjna.leapc.data.LEAP_CLOCK_REBASER
 
LEAP_CONFIG_CHANGE_EVENT - Class in komposten.leapjna.leapc.events
The result of a configuration change request.
LEAP_CONFIG_CHANGE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_CONFIG_CHANGE_EVENT
 
LEAP_CONFIG_RESPONSE_EVENT - Class in komposten.leapjna.leapc.events
Contains the response to a configuration value request.
LEAP_CONFIG_RESPONSE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_CONFIG_RESPONSE_EVENT
 
LEAP_CONNECTION - Class in komposten.leapjna.leapc.data
A representation of a Leap connection, used to interact with the Leap API.
LEAP_CONNECTION() - Constructor for class komposten.leapjna.leapc.data.LEAP_CONNECTION
 
LEAP_CONNECTION_CONFIG - Class in komposten.leapjna.leapc.data
Specifies the configuration for a connection.
LEAP_CONNECTION_CONFIG() - Constructor for class komposten.leapjna.leapc.data.LEAP_CONNECTION_CONFIG
 
LEAP_CONNECTION_EVENT - Class in komposten.leapjna.leapc.events
Received from LeapC.LeapPollConnection(Pointer, int, LEAP_CONNECTION_MESSAGE) when a connection to the Ultraleap Tracking Service is established.
LEAP_CONNECTION_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_CONNECTION_EVENT
 
LEAP_CONNECTION_INFO - Class in komposten.leapjna.leapc.data
Information about a connection.
LEAP_CONNECTION_INFO() - Constructor for class komposten.leapjna.leapc.data.LEAP_CONNECTION_INFO
 
LEAP_CONNECTION_LOST_EVENT - Class in komposten.leapjna.leapc.events
Received from LeapC.LeapPollConnection(Pointer, int, LEAP_CONNECTION_MESSAGE) when a connection to the Ultraleap Tracking Service is lost.
LEAP_CONNECTION_LOST_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_CONNECTION_LOST_EVENT
 
LEAP_CONNECTION_MESSAGE - Class in komposten.leapjna.leapc.data
Defines a basic message from the LeapC message queue.
LEAP_CONNECTION_MESSAGE() - Constructor for class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
LEAP_CONNECTION_MESSAGE(Pointer) - Constructor for class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
LEAP_DEVICE - Class in komposten.leapjna.leapc.data
A representation of a Leap device, used to interact with the Leap API.
LEAP_DEVICE() - Constructor for class komposten.leapjna.leapc.data.LEAP_DEVICE
 
LEAP_DEVICE_EVENT - Class in komposten.leapjna.leapc.events
Device event information.
LEAP_DEVICE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_DEVICE_EVENT
 
LEAP_DEVICE_FAILURE_EVENT - Class in komposten.leapjna.leapc.events
Device event information.
LEAP_DEVICE_FAILURE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_DEVICE_FAILURE_EVENT
 
LEAP_DEVICE_INFO - Class in komposten.leapjna.leapc.data
Properties of a Leap device.
LEAP_DEVICE_INFO() - Constructor for class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
 
LEAP_DEVICE_INFO(int) - Constructor for class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
 
LEAP_DEVICE_REF - Class in komposten.leapjna.leapc.data
A reference to a Leap device.
LEAP_DEVICE_REF() - Constructor for class komposten.leapjna.leapc.data.LEAP_DEVICE_REF
 
LEAP_DEVICE_REF(Pointer) - Constructor for class komposten.leapjna.leapc.data.LEAP_DEVICE_REF
 
LEAP_DEVICE_STATUS_CHANGE_EVENT - Class in komposten.leapjna.leapc.events
A notification that a device's status has changed.
LEAP_DEVICE_STATUS_CHANGE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_DEVICE_STATUS_CHANGE_EVENT
 
LEAP_DIGIT - Class in komposten.leapjna.leapc.data
Describes a digit of a hand.
LEAP_DIGIT() - Constructor for class komposten.leapjna.leapc.data.LEAP_DIGIT
 
LEAP_DISTORTION_MATRIX - Class in komposten.leapjna.leapc.data
A matrix containing lens distortion correction coordinates.
LEAP_DISTORTION_MATRIX() - Constructor for class komposten.leapjna.leapc.data.LEAP_DISTORTION_MATRIX
 
LEAP_DISTORTION_MATRIX(Pointer) - Constructor for class komposten.leapjna.leapc.data.LEAP_DISTORTION_MATRIX
 
LEAP_DISTORTION_MATRIX_N - Static variable in class komposten.leapjna.leapc.data.LEAP_DISTORTION_MATRIX
 
LEAP_DROPPED_FRAME_EVENT - Class in komposten.leapjna.leapc.events
A dropped frame event.
LEAP_DROPPED_FRAME_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_DROPPED_FRAME_EVENT
 
LEAP_EVENT - Interface in komposten.leapjna.leapc.events
The common interface for all UltraLeap API event types.
LEAP_EYE_EVENT - Class in komposten.leapjna.leapc.events
 
LEAP_EYE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_EYE_EVENT
 
LEAP_FRAME_HEADER - Class in komposten.leapjna.leapc.data
Identifying information for a frame of tracking data.
LEAP_FRAME_HEADER() - Constructor for class komposten.leapjna.leapc.data.LEAP_FRAME_HEADER
 
LEAP_HAND - Class in komposten.leapjna.leapc.data
Describes a tracked hand.
LEAP_HAND() - Constructor for class komposten.leapjna.leapc.data.LEAP_HAND
 
LEAP_HAND(Pointer) - Constructor for class komposten.leapjna.leapc.data.LEAP_HAND
 
LEAP_HAND.DigitStruct - Class in komposten.leapjna.leapc.data
A struct to store the digits of a hand.
LEAP_HEAD_POSE_EVENT - Class in komposten.leapjna.leapc.events
A snapshot, or frame of data, containing the head pose data for a single moment in time.
LEAP_HEAD_POSE_EVENT() - Constructor for class komposten.leapjna.leapc.events.LEAP_HEAD_POSE_EVENT
 
LEAP_HEAD_POSE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_HEAD_POSE_EVENT
 
LEAP_IMAGE - Class in komposten.leapjna.leapc.data
Holds an image and related information from one of the Ultraleap Tracking device's cameras.
LEAP_IMAGE() - Constructor for class komposten.leapjna.leapc.data.LEAP_IMAGE
 
LEAP_IMAGE_EVENT - Class in komposten.leapjna.leapc.events
Streaming stereo image pairs from the device.
LEAP_IMAGE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_IMAGE_EVENT
 
LEAP_IMAGE_PROPERTIES - Class in komposten.leapjna.leapc.data
Properties of a sensor image.
LEAP_IMAGE_PROPERTIES() - Constructor for class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
 
LEAP_IMU_EVENT - Class in komposten.leapjna.leapc.events
 
LEAP_IMU_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_IMU_EVENT
 
LEAP_LOG_EVENT - Class in komposten.leapjna.leapc.events
A system log message.
LEAP_LOG_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_LOG_EVENT
 
LEAP_LOG_EVENTS - Class in komposten.leapjna.leapc.events
A group of system log messages.
LEAP_LOG_EVENTS(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_LOG_EVENTS
 
LEAP_PALM - Class in komposten.leapjna.leapc.data
Properties associated with the palm of the hand.
LEAP_PALM() - Constructor for class komposten.leapjna.leapc.data.LEAP_PALM
 
LEAP_POINT_MAPPING - Class in komposten.leapjna.leapc.data
Deprecated. 
LEAP_POINT_MAPPING() - Constructor for class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
 
LEAP_POINT_MAPPING(int) - Constructor for class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
 
LEAP_POINT_MAPPING_CHANGE_EVENT - Class in komposten.leapjna.leapc.events
Deprecated. 
LEAP_POINT_MAPPING_CHANGE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_POINT_MAPPING_CHANGE_EVENT
Deprecated.
 
LEAP_POLICY_EVENT - Class in komposten.leapjna.leapc.events
The response from a request to get or set a policy.
LEAP_POLICY_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_POLICY_EVENT
 
LEAP_QUATERNION - Class in komposten.leapjna.leapc.data
A four-element, floating-point quaternion.
LEAP_QUATERNION() - Constructor for class komposten.leapjna.leapc.data.LEAP_QUATERNION
 
LEAP_RECORDING - Class in komposten.leapjna.leapc.data
A representation of a Leap recording, used to interact with the Leap API.
LEAP_RECORDING() - Constructor for class komposten.leapjna.leapc.data.LEAP_RECORDING
 
LEAP_RECORDING_PARAMETERS - Class in komposten.leapjna.leapc.data
Read/Write mode for opening a LEAP_RECORDING.
LEAP_RECORDING_PARAMETERS() - Constructor for class komposten.leapjna.leapc.data.LEAP_RECORDING_PARAMETERS
 
LEAP_RECORDING_PARAMETERS(eLeapRecordingFlags...) - Constructor for class komposten.leapjna.leapc.data.LEAP_RECORDING_PARAMETERS
 
LEAP_RECORDING_STATUS - Class in komposten.leapjna.leapc.data
Information about a current LEAP_RECORDING.
LEAP_RECORDING_STATUS() - Constructor for class komposten.leapjna.leapc.data.LEAP_RECORDING_STATUS
 
LEAP_TELEMETRY_DATA - Class in komposten.leapjna.leapc.data
Deprecated. 
LEAP_TELEMETRY_DATA() - Constructor for class komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
Deprecated.
 
LEAP_TRACKING_EVENT - Class in komposten.leapjna.leapc.events
A snapshot, or frame of data, containing the tracking data for a single moment in time.
LEAP_TRACKING_EVENT() - Constructor for class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
 
LEAP_TRACKING_EVENT(int) - Constructor for class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
 
LEAP_TRACKING_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
 
LEAP_TRACKING_MODE_EVENT - Class in komposten.leapjna.leapc.events
The response from a request to get or set a policy.
LEAP_TRACKING_MODE_EVENT(Pointer) - Constructor for class komposten.leapjna.leapc.events.LEAP_TRACKING_MODE_EVENT
 
LEAP_VARIANT - Class in komposten.leapjna.leapc.data
A variant data type used to get and set service configuration values.
LEAP_VARIANT() - Constructor for class komposten.leapjna.leapc.data.LEAP_VARIANT
 
LEAP_VARIANT(boolean) - Constructor for class komposten.leapjna.leapc.data.LEAP_VARIANT
 
LEAP_VARIANT(float) - Constructor for class komposten.leapjna.leapc.data.LEAP_VARIANT
 
LEAP_VARIANT(int) - Constructor for class komposten.leapjna.leapc.data.LEAP_VARIANT
 
LEAP_VARIANT(String) - Constructor for class komposten.leapjna.leapc.data.LEAP_VARIANT
 
LEAP_VARIANT.ValueUnion - Class in komposten.leapjna.leapc.data
A union holding the current value of this LEAP_VARIANT.
LEAP_VECTOR - Class in komposten.leapjna.leapc.data
A three-element, floating-point vector.
LEAP_VECTOR() - Constructor for class komposten.leapjna.leapc.data.LEAP_VECTOR
 
LEAP_VECTOR(float, float, float) - Constructor for class komposten.leapjna.leapc.data.LEAP_VECTOR
Creates a new LEAP_VECTOR to the specified coordinate.
LEAP_VECTOR(Pointer) - Constructor for class komposten.leapjna.leapc.data.LEAP_VECTOR
 
LEAP_VECTOR.ByValue - Class in komposten.leapjna.leapc.data
A pass-by-value implementation of LEAP_VECTOR.
LEAP_VERSION - Class in komposten.leapjna.leapc.data
Version information.
LEAP_VERSION() - Constructor for class komposten.leapjna.leapc.data.LEAP_VERSION
 
LEAP_VERSION(Pointer) - Constructor for class komposten.leapjna.leapc.data.LEAP_VERSION
 
LeapC - Interface in komposten.leapjna.leapc
The main interface for interacting with the UltraLeap C API.
LeapCameraMatrix(Pointer, int, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
Returns an OpenCV-compatible camera matrix.
LeapCameraMatrixEx(Pointer, Pointer, int, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
Returns an OpenCV-compatible camera matrix for a particular device.
LeapCloseConnection(Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Closes a previously opened connection.
LeapCloseDevice(Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Closes a device handle previously opened with LeapC.LeapOpenDevice(LEAP_DEVICE_REF, LEAP_DEVICE).
LeapCreateClockRebaser(LEAP_CLOCK_REBASER) - Method in interface komposten.leapjna.leapc.LeapC
Initializes a new Leap clock-rebaser handle object.
LeapCreateConnection(LEAP_CONNECTION_CONFIG, LEAP_CONNECTION) - Method in interface komposten.leapjna.leapc.LeapC
Creates a new connection to the Ultraleap Tracking Service and stores a handle for the connection in the provided LEAP_CONNECTION.
LeapDestroyClockRebaser(Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Destroys a previously created clock-rebaser object.
LeapDestroyConnection(Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Destroys a previously opened connection.
LeapDevicePIDToString(int) - Method in interface komposten.leapjna.leapc.LeapC
Provides the human-readable canonical name of the specified device model.
LeapDistortionCoeffs(Pointer, int, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
Returns an OpenCV-compatible lens distortion using the 8-parameter rational model.
LeapDistortionCoeffsEx(Pointer, Pointer, int, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
Returns an OpenCV-compatible lens distortion for a particular device, using the 8-parameter rational model.
LeapExtrinsicCameraMatrix(Pointer, int, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
This finds the default device and returns the result LeapC.LeapExtrinsicCameraMatrixEx(Pointer, Pointer, int, PrimitiveArrayPointer).
LeapExtrinsicCameraMatrixEx(Pointer, Pointer, int, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
Returns a transformation matrix from 3D Leap coordinate space to the coordinate system of the requested camera This is composed of a 4 x 4 matrix of the form:
LeapGetConnectionInfo(Pointer, LEAP_CONNECTION_INFO) - Method in interface komposten.leapjna.leapc.LeapC
Retrieves status information about the specified connection.
LeapGetDeviceInfo(Pointer, LEAP_DEVICE_INFO) - Method in interface komposten.leapjna.leapc.LeapC
Gets device properties.
LeapGetDeviceList(Pointer, ArrayPointer<LEAP_DEVICE_REF>, IntByReference) - Method in interface komposten.leapjna.leapc.LeapC
Retrieves a list of Ultraleap Tracking camera devices currently attached to the system.
LeapGetDeviceTransform(Pointer, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
Get the transform to world coordinates from 3D Leap coordinates.
LeapGetFrameSize(Pointer, long, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Retrieves the number of bytes required to allocate an interpolated frame at the specified time.
LeapGetFrameSizeEx(Pointer, Pointer, long, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Retrieves the number of bytes required to allocate an interpolated frame at the specified time for a particular device.
LeapGetNow() - Method in interface komposten.leapjna.leapc.LeapC
Samples the universal clock used by the system to timestamp image and tracking frames.
LeapGetPointMapping(Pointer, LEAP_POINT_MAPPING, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Deprecated.
This function is no longer supported. Calling it will have no effect.
LeapGetPointMappingSize(Pointer, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Deprecated.
This function is no longer supported. Calling it will have no effect.
LeapGetTrackingMode(Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Requests the currently set tracking mode.
LeapGetTrackingModeEx(Pointer, Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Requests the currently set tracking mode.
LeapGetVersion(Pointer, int, LEAP_VERSION) - Method in interface komposten.leapjna.leapc.LeapC
Returns the version of a specified part of the system.
LeapInterpolateFrame(Pointer, long, LEAP_TRACKING_EVENT, long) - Method in interface komposten.leapjna.leapc.LeapC
Constructs a frame at the specified timestamp by interpolating between measured frames.
LeapInterpolateFrameEx(Pointer, Pointer, long, LEAP_TRACKING_EVENT, long) - Method in interface komposten.leapjna.leapc.LeapC
Constructs a frame at the specified timestamp for a particular device by interpolating between measured frames.
LeapInterpolateFrameFromTime(Pointer, long, long, LEAP_TRACKING_EVENT, long) - Method in interface komposten.leapjna.leapc.LeapC
Constructs a frame at the specified timestamp by interpolating between a frame near the timestamp and a frame near the sourceTimestamp.
LeapInterpolateFrameFromTimeEx(Pointer, Pointer, long, long, LEAP_TRACKING_EVENT, long) - Method in interface komposten.leapjna.leapc.LeapC
Constructs a frame at the specified timestamp for a particular device by interpolating between a frame near the timestamp and a frame near the sourceTimestamp.
LeapInterpolateHeadPose(Pointer, long, LEAP_HEAD_POSE_EVENT) - Method in interface komposten.leapjna.leapc.LeapC
Deprecated.
This function is no longer supported. Calling it will have no effect.
LeapOpenConnection(Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Opens a connection to the Ultraleap Tracking Service.
LeapOpenDevice(LEAP_DEVICE_REF, LEAP_DEVICE) - Method in interface komposten.leapjna.leapc.LeapC
Opens a device reference and retrieves a handle to the device.
LeapPixelToRectilinear(Pointer, int, LEAP_VECTOR.ByValue) - Method in interface komposten.leapjna.leapc.LeapC
Provides the corrected camera ray intercepting the specified point on the image.
LeapPixelToRectilinearEx(Pointer, Pointer, int, LEAP_VECTOR.ByValue) - Method in interface komposten.leapjna.leapc.LeapC
Provides the corrected camera ray intercepting the specified point on the image for a particular device.
LeapPollConnection(Pointer, int, LEAP_CONNECTION_MESSAGE) - Method in interface komposten.leapjna.leapc.LeapC
Polls the connection for a new event.
LeapRebaseClock(Pointer, long, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Computes the Ultraleap Tracking Service clock corresponding to a specified application clock value.
LeapRecordingClose(LEAP_RECORDING) - Method in interface komposten.leapjna.leapc.LeapC
Closes a LEAP_RECORDING.
LeapRecordingGetStatus(Pointer, LEAP_RECORDING_STATUS) - Method in interface komposten.leapjna.leapc.LeapC
Fills in a LEAP_RECORDING_STATUS struct for an open recording.
LeapRecordingOpen(LEAP_RECORDING, String, LEAP_RECORDING_PARAMETERS) - Method in interface komposten.leapjna.leapc.LeapC
Opens or creates a LEAP_RECORDING.
LeapRecordingRead(Pointer, LEAP_TRACKING_EVENT, long) - Method in interface komposten.leapjna.leapc.LeapC
Reads a tracking frame from a LEAP_RECORDING file.
LeapRecordingReadSize(Pointer, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Retrieves the number of bytes required to allocate the next frame in a recording.
LeapRecordingWrite(Pointer, LEAP_TRACKING_EVENT, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Writes a tracking frame to a LEAP_RECORDING file.
LeapRectilinearToPixel(Pointer, int, LEAP_VECTOR.ByValue) - Method in interface komposten.leapjna.leapc.LeapC
Provides the point in the image corresponding to a ray projecting from the camera.
LeapRectilinearToPixelEx(Pointer, Pointer, int, LEAP_VECTOR.ByValue) - Method in interface komposten.leapjna.leapc.LeapC
Provides the point in the image corresponding to a ray projecting from the camera for a particular device.
LeapRequestConfigValue(Pointer, String, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Requests the current value of a service configuration setting.
LeapSaveConfigValue(Pointer, String, LEAP_VARIANT, LongByReference) - Method in interface komposten.leapjna.leapc.LeapC
Causes the client to commit a configuration change to the Ultraleap Tracking Service.
LeapScaleOffsetMatrix(Pointer, int, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
This finds the default device and returns the result of LeapC.LeapScaleOffsetMatrixEx(Pointer, Pointer, int, PrimitiveArrayPointer)
LeapScaleOffsetMatrixEx(Pointer, Pointer, int, PrimitiveArrayPointer) - Method in interface komposten.leapjna.leapc.LeapC
Returns the appropriate scale and offset coefficients required to project normalised Rectilinear coordinates to image-scale coordinates.
LeapSetAllocator(Pointer, LEAP_ALLOCATOR) - Method in interface komposten.leapjna.leapc.LeapC
Sets the allocator functions to use for a particular connection.
LeapSetPause(Pointer, int) - Method in interface komposten.leapjna.leapc.LeapC
Pauses the service.
LeapSetPolicyFlags(Pointer, long, long) - Method in interface komposten.leapjna.leapc.LeapC
Sets or clears one or more policy flags.
LeapSetPolicyFlagsEx(Pointer, Pointer, long, long) - Method in interface komposten.leapjna.leapc.LeapC
Sets or clears one or more policy flags for a particular device.
LeapSetPrimaryDevice(Pointer, Pointer, int) - Method in interface komposten.leapjna.leapc.LeapC
For a multi-device aware client, sets the device to use in the context of non-"Ex" API functions which are logically device-specific but don't provide a device parameter.
LeapSetTrackingMode(Pointer, int) - Method in interface komposten.leapjna.leapc.LeapC
Requests a tracking mode.
LeapSetTrackingModeEx(Pointer, Pointer, int) - Method in interface komposten.leapjna.leapc.LeapC
Requests a tracking mode for a particular device.
LeapSubscribeEvents(Pointer, Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Subscribe to event messages based on device.
LeapTelemetryGetNow() - Method in interface komposten.leapjna.leapc.LeapC
Deprecated.
This function is no longer supported. Calling it will have no effect.
LeapTelemetryProfiling(Pointer, LEAP_TELEMETRY_DATA) - Method in interface komposten.leapjna.leapc.LeapC
Deprecated.
This function is no longer supported. Calling it will have no effect.
LeapTypeMapper - Class in komposten.leapjna.leapc.util
A type mapper for internal use by LeapJna to properly map certain native types to appropriate Java types.
LeapTypeMapper() - Constructor for class komposten.leapjna.leapc.util.LeapTypeMapper
 
LeapUnsubscribeEvents(Pointer, Pointer) - Method in interface komposten.leapjna.leapc.LeapC
Unsubscribe from event messages based on device.
LeapUpdateRebase(Pointer, long, long) - Method in interface komposten.leapjna.leapc.LeapC
Updates the relationship between the Ultraleap Tracking Service clock and the user clock.
Left - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapHandType
 
left_eye_estimated_error - Variable in class komposten.leapjna.leapc.events.LEAP_EYE_EVENT
An error estimate of the tracked left eye position.
left_eye_position - Variable in class komposten.leapjna.leapc.events.LEAP_EYE_EVENT
The position of the user's left eye.
line_number - Variable in class komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
Deprecated.
 
LogEvent - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
A system message.
LogEvents - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
An array of system messages.
LOW_RESOURCE_MODE_ENABLED - Static variable in class komposten.leapjna.util.Configurations.Power
Limits the frame rate to reduce USB bandwidth.
LowFpsDetected - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
The service cannot receive frames fast enough from the underlying hardware.
LowResource - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
The device has entered low-resource mode.

M

major - Variable in class komposten.leapjna.leapc.data.LEAP_VERSION
The major version.
MapPoints - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
The policy allowing an application to receive per-frame map points.
matrix - Variable in class komposten.leapjna.leapc.data.LEAP_DISTORTION_MATRIX
A grid of 2D points.
matrix_version - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE
A version number for the distortion matrix.
message - Variable in class komposten.leapjna.leapc.events.LEAP_LOG_EVENT
The log message.
metacarpal - Variable in class komposten.leapjna.leapc.data.LEAP_DIGIT
The finger bone wholly inside the hand.
METRICS_ENABLED - Static variable in class komposten.leapjna.util.Configurations.Service
Allows metric collection.
middle - Variable in class komposten.leapjna.leapc.data.LEAP_HAND.DigitStruct
 
minor - Variable in class komposten.leapjna.leapc.data.LEAP_VERSION
The minor version.
mode - Variable in class komposten.leapjna.leapc.data.LEAP_RECORDING_PARAMETERS
A combination of eLeapRecordingFlags indicating the desired operations.
mode - Variable in class komposten.leapjna.leapc.data.LEAP_RECORDING_STATUS
Some combination of eLeapRecordingFlags indicating the status of the recording.
Mono - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPerspectiveType
Reserved for future use.
MultiDeviceAware - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapConnectionConfig
The client is aware of how to handle multiple devices through the API.

N

nativeType() - Method in class komposten.leapjna.leapc.util.eLeapRSConverter
 
nEvents - Variable in class komposten.leapjna.leapc.events.LEAP_LOG_EVENTS
The number of log events being pointed to by the events field.
next_joint - Variable in class komposten.leapjna.leapc.data.LEAP_BONE
The end of the bone, further from the heart.
nHands - Variable in class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
The number of hands tracked in this frame.
Nightcrawler - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
Internal research product codename "Nightcrawler".
NO_CP_STARTUP - Static variable in class komposten.leapjna.util.Configurations.Service
Detemines whether the Leap Motion Control panel application launches when the computer boots up.
None - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceCaps
The device has no specific capabilities.
None - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
 
None - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
No event has occurred within the timeout period specified when calling LeapC.LeapPollConnection(Pointer, int, LEAP_CONNECTION_MESSAGE).
None - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
No active flags
None - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
No active policy flags.
None - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
No flags.
normal - Variable in class komposten.leapjna.leapc.data.LEAP_PALM
The normal vector of the palm.
NotAvailable - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
NotConnected - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
 
NotConnected - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
NotRunning - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
 
NotStreaming - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
nPoints - Variable in class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
The number of points being tracked.
nPoints - Variable in class komposten.leapjna.leapc.events.LEAP_POINT_MAPPING_CHANGE_EVENT
Deprecated.
The number of points being tracked.

O

offset - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE
Offset, in bytes, from the beginning of the data pointer to the actual beginning of the image data.
OptimiseHMD - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
The policy specifying whether to optimise tracking for head-mounted device.
OptimizeScreenTop - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
The policy specifying whether to optimize tracking for screen-top device.
orientation - Variable in class komposten.leapjna.leapc.data.LEAP_PALM
The quaternion representing the palm's orientation corresponding to the basis {normal x direction, -normal, -direction}.
Other - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDroppedFrameType
 

P

palm - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
Additional information associated with the palm.
parse(byte, E) - Static method in class komposten.leapjna.leapc.enums.Enums
Attempts to find an enum constant in the type E matching the provided byte value.
parse(int, E) - Static method in class komposten.leapjna.leapc.enums.Enums
Attempts to find an enum constant in the type E matching the provided integer value.
parseMask(int) - Method in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
 
parseMask(int) - Method in interface komposten.leapjna.leapc.enums.Enums.IntFlagEnum
Parses the provided bitmask into the corresponding array of enum constants.
parseMask(int, Class<E>) - Static method in class komposten.leapjna.leapc.enums.Enums
Parses the provided bitmask into an array of corresponding enum constants.
patch - Variable in class komposten.leapjna.leapc.data.LEAP_VERSION
The patch version.
Paused - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
Device streaming has been paused.
Peripheral - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
The Leap Motion Controller (the first consumer peripheral).
pEvent - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
A pointer to the event data for the current type of message.
pHands - Variable in class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
A pointer to the array of hands tracked in this frame.
pid - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
One of the eLeapDevicePID members.
pIDs - Variable in class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
A pointer an array with the IDs of the points being mapped.
pinch_distance - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
The distance between index finger and thumb.
pinch_strength - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
The normalized estimate of the pinch pose.
pinky - Variable in class komposten.leapjna.leapc.data.LEAP_HAND.DigitStruct
 
PointMappingChange - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
Notification that point mapping has changed
Policy - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
A policy change has occurred.
PoorPerformancePause - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
The service has paused itself due to an insufficient frame rate from the hardware.
position - Variable in class komposten.leapjna.leapc.data.LEAP_PALM
The centre position of the palm in millimetres from the Ultraleap Tracking camera device origin.
POWER_SAVING_ADAPTER - Static variable in class komposten.leapjna.util.Configurations.Power
Limits the frame rate to save power, even when the computer is plugged into AC power.
POWER_SAVING_BATTERY - Static variable in class komposten.leapjna.util.Configurations.Power
Limits the frame rate to save power when the computer is running on battery power.
pPoints - Variable in class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
A pointer to the array of 3D points being mapped.
PreprocessingQueue - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDroppedFrameType
 
prev_joint - Variable in class komposten.leapjna.leapc.data.LEAP_BONE
The base of the bone, closer to the heart.
PrimitiveArrayPointer - Class in komposten.leapjna.leapc.util
A pointer to a memory block containing one or more values of a primitive type.
PrimitiveArrayPointer(PrimitiveArrayPointer.Primitive, int, int) - Constructor for class komposten.leapjna.leapc.util.PrimitiveArrayPointer
 
PrimitiveArrayPointer.Primitive - Enum Class in komposten.leapjna.leapc.util
 
PROCESS_NICENESS - Static variable in class komposten.leapjna.util.Configurations.Service
Thread priority controls the priority of threads spawned by the Leap Motion service.
properties - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE
The properties of the received image.
ProtocolError - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
proximal - Variable in class komposten.leapjna.leapc.data.LEAP_DIGIT
The phalange extending from the knuckle.

R

range - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
The maximum range for this device, in micrometers.
Raw - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapImageType
Raw images from the device.
read() - Method in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
 
read() - Method in class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
 
read() - Method in class komposten.leapjna.leapc.events.LEAP_LOG_EVENTS
 
read() - Method in class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
 
Reading - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
requestID - Variable in class komposten.leapjna.leapc.events.LEAP_CONFIG_CHANGE_EVENT
An identifier for correlating the request and response.
requestID - Variable in class komposten.leapjna.leapc.events.LEAP_CONFIG_RESPONSE_EVENT
An identifier for correlating the request and response.
reserved - Variable in class komposten.leapjna.leapc.data.LEAP_FRAME_HEADER
Reserved, set to zero.
reserved - Variable in class komposten.leapjna.leapc.events.LEAP_POLICY_EVENT
Reserved for future use.
reserved - Variable in class komposten.leapjna.leapc.events.LEAP_TRACKING_MODE_EVENT
Reserved for future use.
RGBIr - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapImageFormat
A Bayer RGBIr image with uncorrected RGB channels.
Rigel - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
Research product codename "Rigel".
Right - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapHandType
 
right_eye_estimated_error - Variable in class komposten.leapjna.leapc.events.LEAP_EYE_EVENT
An error estimate of the tracked right eye position.
right_eye_position - Variable in class komposten.leapjna.leapc.events.LEAP_EYE_EVENT
The position of the user's right eye.
ring - Variable in class komposten.leapjna.leapc.data.LEAP_HAND.DigitStruct
 
Robust - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
There are known sources of infrared interference.
ROBUST_MODE_ENABLED - Static variable in class komposten.leapjna.util.Configurations.Service
Robust mode improves tracking when excessive ambient IR light is present.
rotation - Variable in class komposten.leapjna.leapc.data.LEAP_BONE
Rotation in world space from the forward direction.
RoutineIsNotSeer - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 

S

ScreenTop - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapTrackingMode
The tracking mode optimised for screen top-mounted devices
serial - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
A pointer to the null-terminated device serial number string.
serial_length - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
The required length of the serial number char buffer including the null character.
server_namespace - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_CONFIG
For internal use.
ServerLibrary - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapVersionPart
The parameter for requesting the version of the server.
ServerProtocol - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapVersionPart
The parameter for requesting the protocol version of the server.
set(float, float, float) - Method in class komposten.leapjna.leapc.data.LEAP_VECTOR
Sets the values in this vector and writes them to native memory.
setElement(int, T) - Method in class komposten.leapjna.leapc.util.ArrayPointer
Updates a single element in the array referenced by this object.
setElements(T[], int) - Method in class komposten.leapjna.leapc.util.ArrayPointer
Copies the provided elements into the array referenced by this object.
setElements(T[], int, int, int) - Method in class komposten.leapjna.leapc.util.ArrayPointer
Copies the provided elements into the array referenced by this object.
severity - Variable in class komposten.leapjna.leapc.events.LEAP_LOG_EVENT
The type of message.
shallowEquals(Object) - Method in class komposten.leapjna.leapc.util.ArrayPointer
Checks whether this ArrayPointer is "shallowly" equal to another object.
SHOW_TRAY_MESSAGES - Static variable in class komposten.leapjna.util.Configurations.Service
Allow notification area messages to be displayed by the service/daemon icon.
SIR170 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
The Ultraleap Stereo IR 170 (SIR170) hand tracking module.
size - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_CONFIG
Set to the final size of this structure.
size - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_INFO
The size of this structure.
size - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
The size of this message struct.
size - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
Size of this structure.
Smudged - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
The device's window is smudged, tracking may be degraded.
stabilized_position - Variable in class komposten.leapjna.leapc.data.LEAP_PALM
The time-filtered and stabilised position of the palm.
start_time - Variable in class komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
Deprecated.
 
state - Variable in class komposten.leapjna.leapc.data.LEAP_ALLOCATOR
Pointer to state to be passed to the allocate and deallocate functions.
status - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_INFO
The current status of this connection.
status - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
A combination of eLeapDeviceStatus flags.
status - Variable in class komposten.leapjna.leapc.events.LEAP_CONFIG_CHANGE_EVENT
The result of the change operation: true on success; false on failure.
status - Variable in class komposten.leapjna.leapc.events.LEAP_DEVICE_EVENT
The status of the connected device.
status - Variable in class komposten.leapjna.leapc.events.LEAP_DEVICE_FAILURE_EVENT
The status of this failure event.
status - Variable in class komposten.leapjna.leapc.events.LEAP_DEVICE_STATUS_CHANGE_EVENT
The current status of the device.
Stereo_left - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPerspectiveType
A canonically left image.
Stereo_right - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapPerspectiveType
A canonically right image.
Streaming - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
The device is sending out frames.
String - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapValueType
 
strValue - Variable in class komposten.leapjna.leapc.data.LEAP_VARIANT.ValueUnion
A String value.
Success - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 

T

temperature - Variable in class komposten.leapjna.leapc.events.LEAP_IMU_EVENT
The measured temperature, in deg C.
thread_id - Variable in class komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
Deprecated.
 
thumb - Variable in class komposten.leapjna.leapc.data.LEAP_HAND.DigitStruct
 
Timeout - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
timestamp - Variable in class komposten.leapjna.leapc.data.LEAP_FRAME_HEADER
The timestamp for this frame, in microseconds, referenced against LeapC.LeapGetNow().
timestamp - Variable in class komposten.leapjna.leapc.data.LEAP_POINT_MAPPING
Deprecated.
The timestamp of the frame, in microseconds, referenced against LeapC.LeapGetNow().
timestamp - Variable in class komposten.leapjna.leapc.events.LEAP_EYE_EVENT
The timestamp for this image, in microseconds, referenced against LeapGetNow().
timestamp - Variable in class komposten.leapjna.leapc.events.LEAP_HEAD_POSE_EVENT
The timestamp for this head pose, in microseconds, referenced against LeapC.LeapGetNow().
timestamp - Variable in class komposten.leapjna.leapc.events.LEAP_IMU_EVENT
The timestamp for these measurements, in microseconds, referenced against LeapGetNow().
timestamp - Variable in class komposten.leapjna.leapc.events.LEAP_LOG_EVENT
The timestamp of the message in microseconds.
timestamp - Variable in class komposten.leapjna.leapc.events.LEAP_POINT_MAPPING_CHANGE_EVENT
Deprecated.
The timestamp of the frame, in microseconds, referenced against LeapC.LeapGetNow().
timestamp_hw - Variable in class komposten.leapjna.leapc.events.LEAP_IMU_EVENT
The timestamp for these measurements, in microseconds, referenced against the device's internal clock.
TimestampTooEarly - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
toFloatArray(float[]) - Method in class komposten.leapjna.leapc.util.PrimitiveArrayPointer
 
toIntArray(int[]) - Method in class komposten.leapjna.leapc.util.PrimitiveArrayPointer
 
toNative(Object, ToNativeContext) - Method in class komposten.leapjna.leapc.util.eLeapRSConverter
 
Tracking - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
A tracking frame.
tracking_frame_id - Variable in class komposten.leapjna.leapc.events.LEAP_TRACKING_EVENT
An identifier for this tracking frame.
TrackingErrorUnknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
The service has failed to start tracking due to unknown reasons.
TrackingMode - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
A tracking mode change has occurred.
TrackingQueue - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDroppedFrameType
 
type - Variable in class komposten.leapjna.leapc.data.LEAP_CONNECTION_MESSAGE
The event type.
type - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
The chirality of this hand.
type - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
The type of this image.
type - Variable in class komposten.leapjna.leapc.data.LEAP_VARIANT
The active data type in this instance.
type - Variable in class komposten.leapjna.leapc.events.LEAP_DROPPED_FRAME_EVENT
The dropped frame type.

U

UInt16 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Unsigned 16-bit integer
UInt32 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Unsigned 32-bit integer
UInt64 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Unsigned 64-bit integer
Uint8 - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Unsigned 8-bit integer (byte)
UnexpectedClosed - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
union - Variable in class komposten.leapjna.leapc.data.LEAP_VARIANT
A union containing the value of this instance.
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
 
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
 
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
An unknown device that is compatible with the tracking software.
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDroppedFrameType
 
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapEventType
Indicates that an unknown event type, i.e.
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapHandType
 
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapImageFormat
An invalid or unknown format.
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapImageType
An invalid or unknown type.
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapLogSeverity
The message severity is not known or was not specified.
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
Indicates that an unknown result code, i.e.
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
Indicates that an unknown flag, i.e.
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapTrackingMode
Tracking mode is not known (allows triggering of a new LEAP_TRACKING_MODE_EVENT)
Unknown - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapValueType
The type is unknown (which is an abnormal condition).
UnknownError - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
UnknownFailure - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
The device has failed, but the failure reason is not known.
UnknownImageFrameRequest - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
UnknownTrackingFrameID - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 
Unsupported - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRS
 

V

v_fov - Variable in class komposten.leapjna.leapc.data.LEAP_DEVICE_INFO
The vertical field of view of this device in radians.
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapCameraCalibrationType
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapConnectionConfig
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapDeviceCaps
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapDroppedFrameType
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapEventType
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapHandType
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapImageFormat
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapImageType
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapLogSeverity
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapPerspectiveType
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapTrackingMode
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapValueType
 
value - Variable in enum class komposten.leapjna.leapc.enums.eLeapVersionPart
 
value - Variable in class komposten.leapjna.leapc.events.LEAP_CONFIG_RESPONSE_EVENT
The configuration value retrieved from the service.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapCameraCalibrationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapConnectionConfig
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapDeviceCaps
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapDroppedFrameType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapHandType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapImageFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapImageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapLogSeverity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapPerspectiveType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapRS
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapTrackingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapValueType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.enums.eLeapVersionPart
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class komposten.leapjna.leapc.util.PrimitiveArrayPointer.Primitive
Returns the enum constant of this class with the specified name.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapAllocatorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapCameraCalibrationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapConnectionConfig
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapConnectionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapDeviceCaps
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapDeviceStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapDroppedFrameType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapHandType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapImageFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapImageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapIMUFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapLogSeverity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapPerspectiveType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapPolicyFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapRS
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapServiceDisposition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapTrackingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapValueType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.enums.eLeapVersionPart
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class komposten.leapjna.leapc.util.PrimitiveArrayPointer.Primitive
Returns an array containing the constants of this enum class, in the order they are declared.
ValueUnion() - Constructor for class komposten.leapjna.leapc.data.LEAP_VARIANT.ValueUnion
 
velocity - Variable in class komposten.leapjna.leapc.data.LEAP_PALM
The rate of change of the palm position in millimetres per second.
visible_time - Variable in class komposten.leapjna.leapc.data.LEAP_HAND
The total amount of time this hand has been tracked, in microseconds.
Visual - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapCameraCalibrationType
Visual calibration.

W

w - Variable in class komposten.leapjna.leapc.data.LEAP_QUATERNION
The scalar position of the quaternion.
Warning - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapLogSeverity
A message warning about a condition that could degrade device capabilities.
WEBSOCKETS_ALLOW_REMOTE - Static variable in class komposten.leapjna.util.Configurations.WebSocket
Allows non-localhost clients to connect.
WEBSOCKETS_ENABLED - Static variable in class komposten.leapjna.util.Configurations.WebSocket
Enables or disables all connections.
width - Variable in class komposten.leapjna.leapc.data.LEAP_BONE
The average width of the flesh around the bone in millimetres.
width - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
The number of horizontal pixels in the image.
width - Variable in class komposten.leapjna.leapc.data.LEAP_PALM
The estimated width of the palm when the hand is in a flat position.
Writing - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapRecordingFlags
 
WS_PORT - Static variable in class komposten.leapjna.util.Configurations.WebSocket
Port used for connections from HTTP clients.
WSS_PORT - Static variable in class komposten.leapjna.util.Configurations.WebSocket
Port used for connections from HTTPS clients.

X

x - Variable in class komposten.leapjna.leapc.data.LEAP_QUATERNION
The x-coefficient of the vector portion of the quaternion.
x - Variable in class komposten.leapjna.leapc.data.LEAP_VECTOR
 
x_offset - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
Reserved for future use.
x_scale - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
Reserved for future use.

Y

y - Variable in class komposten.leapjna.leapc.data.LEAP_QUATERNION
The y-coefficient of the vector portion of the quaternion.
y - Variable in class komposten.leapjna.leapc.data.LEAP_VECTOR
 
y_offset - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
Reserved for future use.
y_scale - Variable in class komposten.leapjna.leapc.data.LEAP_IMAGE_PROPERTIES
Reserved for future use.

Z

z - Variable in class komposten.leapjna.leapc.data.LEAP_QUATERNION
The z-coefficient of the vector portion of the quaternion.
z - Variable in class komposten.leapjna.leapc.data.LEAP_VECTOR
 
zone_depth - Variable in class komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
Deprecated.
 
zone_name - Variable in class komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
Deprecated.
 

_

_3Di - Enum constant in enum class komposten.leapjna.leapc.enums.eLeapDevicePID
The Ultraleap 3Di hand tracking camera.
A B C D E F G H I K L M N O P R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values