Uses of Interface
com.jniwrapper.CompositeParameter

Packages that use CompositeParameter
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
com.jniwrapper.jawt The com.jniwrapper.jawt package contains auxiliary classes for accessing the JAWT features of the underlying platform. 
 

Uses of CompositeParameter in com.jniwrapper
 

Classes in com.jniwrapper that implement CompositeParameter
 class ComplexArray
          Represents an array of objects.
 class Structure
          The class represents structures in terms of C language.
 class Union
          Represents a C union type.
 

Uses of CompositeParameter in com.jniwrapper.jawt
 

Classes in com.jniwrapper.jawt that implement CompositeParameter
 class JAWT_DrawingSurface
          JAWT drawing surface structure.
 class JAWT_DrawingSurfaceInfo
          Information about a current drawing surface configuration.
 class JAWT_Rectangle
          A rectangle structure.