Uses of Annotation Type
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 Properties
    Modifier and Type
    Class
    Description
    class 
    The peer class to native pointers and arrays of jboolean.
    class 
    The peer class to native pointers and arrays of bool.
    class 
    The peer class to native pointers and arrays of signed char, including strings.
    class 
    The peer class to native pointers and arrays of short for UTF-16.
    class 
    The peer class to native pointers and arrays of long.
    class 
    The peer class to native pointers and arrays of double.
    class 
    The peer class to native pointers and arrays of float.
    class 
    The peer class to native pointers and arrays of int, 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 of long long.
    class 
    All peer classes to native types must be descended from Pointer, the topmost class.
    class 
    The peer class to native pointers and arrays of void*.
    class 
    The peer class to native pointers and arrays of short.
    class 
    The peer class to native pointers and arrays of size_t.
  • Uses of Properties in org.bytedeco.javacpp.presets

    Classes in org.bytedeco.javacpp.presets with annotations of type Properties
    Modifier and Type
    Class
    Description
    class