com.moesol.bindings.platform_sdk.windows_api
Class HPEN

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.windows_api.HANDLE
      extended by com.moesol.bindings.platform_sdk.windows_api.HGDIOBJ
          extended by com.moesol.bindings.platform_sdk.windows_api.HPEN

public class HPEN
extends HGDIOBJ


Field Summary
static int PS_ALTERNATE
           
static int PS_DASH
           
static int PS_DASHDOT
           
static int PS_DASHDOTDOT
           
static int PS_DOT
           
static int PS_INSIDEFRAME
           
static int PS_NULL
           
static int PS_SOLID
           
static int PS_STYLE_MASK
           
static int PS_USERSTYLE
           
 
Constructor Summary
protected HPEN(long handle)
           
protected HPEN(long handle, boolean temporary)
           
 
Method Summary
static HPEN createPen(int fnPenStyle, int nWidth, int crColor)
           
 
Methods inherited from class com.moesol.bindings.platform_sdk.windows_api.HGDIOBJ
deleteObject
 
Methods inherited from class com.moesol.bindings.platform_sdk.windows_api.HANDLE
_getHandle, _safeGetHandle, detach, equals, getLeakCount, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PS_SOLID

public static final int PS_SOLID
See Also:
Constant Field Values

PS_DASH

public static final int PS_DASH
See Also:
Constant Field Values

PS_DOT

public static final int PS_DOT
See Also:
Constant Field Values

PS_DASHDOT

public static final int PS_DASHDOT
See Also:
Constant Field Values

PS_DASHDOTDOT

public static final int PS_DASHDOTDOT
See Also:
Constant Field Values

PS_NULL

public static final int PS_NULL
See Also:
Constant Field Values

PS_INSIDEFRAME

public static final int PS_INSIDEFRAME
See Also:
Constant Field Values

PS_USERSTYLE

public static final int PS_USERSTYLE
See Also:
Constant Field Values

PS_ALTERNATE

public static final int PS_ALTERNATE
See Also:
Constant Field Values

PS_STYLE_MASK

public static final int PS_STYLE_MASK
See Also:
Constant Field Values
Constructor Detail

HPEN

protected HPEN(long handle,
               boolean temporary)
Parameters:
handle -
temporary - - lead detection is skipped when true

HPEN

protected HPEN(long handle)
Parameters:
handle -
Method Detail

createPen

public static HPEN createPen(int fnPenStyle,
                             int nWidth,
                             int crColor)


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.