Uses of Annotation Interface
org.bytedeco.javacpp.annotation.Properties
Packages that use Properties
Package
Description
Contains the main set of classes for JavaCPP at runtime.
Contains base presets which can be inherited.
-
Uses of Properties in org.bytedeco.javacpp
Classes in org.bytedeco.javacpp with annotations of type PropertiesModifier and TypeClassDescriptionclass
The peer class to native pointers and arrays ofjboolean
.class
The peer class to native pointers and arrays ofbool
.class
The peer class to native pointers and arrays ofsigned char
, including strings.class
The peer class to native pointers and arrays ofshort
for UTF-16.class
The peer class to native pointers and arrays oflong
.class
The peer class to native pointers and arrays ofdouble
.class
The peer class to native pointers and arrays offloat
.class
The peer class to native pointers and arrays ofint
, also used for UTF-32.class
The Loader contains functionality to load native libraries, but also has a bit of everything that does not fit anywhere else.class
The peer class to native pointers and arrays oflong long
.class
All peer classes to native types must be descended from Pointer, the topmost class.class
PointerPointer<P extends Pointer>
The peer class to native pointers and arrays ofvoid*
.class
The peer class to native pointers and arrays ofshort
.class
The peer class to native pointers and arrays ofsize_t
. -
Uses of Properties in org.bytedeco.javacpp.presets
Classes in org.bytedeco.javacpp.presets with annotations of type Properties