Uses of Class
com.jniwrapper.jawt.JAWT_DrawingSurface

Packages that use JAWT_DrawingSurface
com.jniwrapper.jawt The com.jniwrapper.jawt package contains auxiliary classes for accessing the JAWT features of the underlying platform. 
 

Uses of JAWT_DrawingSurface in com.jniwrapper.jawt
 

Methods in com.jniwrapper.jawt that return JAWT_DrawingSurface
static JAWT_DrawingSurface JAWT.getDrawingSurface(java.awt.Component component)
          Obtains drawing surface for a given component.
 

Methods in com.jniwrapper.jawt with parameters of type JAWT_DrawingSurface
static void JAWT.freeDrawingSurface(JAWT_DrawingSurface ds)
          Releases the drawing surface.