Uses of Class
com.jniwrapper.Structure

Packages that use Structure
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 Structure in com.jniwrapper
 

Subclasses of Structure in com.jniwrapper
 class ComplexArray
          Represents an array of objects.
 

Methods in com.jniwrapper with parameters of type Structure
 void Structure.initFrom(Structure source)
          Copies data of source structure to this structure.
 

Constructors in com.jniwrapper with parameters of type Structure
Structure(Structure t)
          Deprecated. This medhod does nothing. Use new initFrom(Structure) method instead.
 

Uses of Structure in com.jniwrapper.jawt
 

Subclasses of Structure in com.jniwrapper.jawt
 class JAWT_DrawingSurface
          JAWT drawing surface structure.
 class JAWT_DrawingSurfaceInfo
          Information about a current drawing surface configuration.
 class JAWT_Rectangle
          A rectangle structure.
 

Methods in com.jniwrapper.jawt that return Structure
 Structure JAWT_DrawingSurfaceInfo.getPlatformInfo()
          Returns platform-specific information structure.
 

Constructors in com.jniwrapper.jawt with parameters of type Structure
JAWT_DrawingSurfaceInfo(Structure platformInfo)
          Constructs the drawing surface information structure.