Uses of Class
com.jniwrapper.win32.gdi.Pen

Packages that use Pen
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
 

Uses of Pen in com.jniwrapper.win32.gdi
 

Methods in com.jniwrapper.win32.gdi that return Pen
static Pen Pen.createPen(int penStyle, int penWidth, ColorRef penColor)
           
 Pen DC.selectObject(Pen pen)
          Selects a specified pen in the device context.
 

Methods in com.jniwrapper.win32.gdi with parameters of type Pen
 Pen DC.selectObject(Pen pen)
          Selects a specified pen in the device context.