com.l2fprod.gui.nativeskin
Interface NativeConstants

All Known Implementing Classes:
RegionBuilder

public interface NativeConstants

.

Copyright 2000-2002 by Castify Networks

Author:
Frederic Lavigne

Field Summary
static int FILL_ALTERNATE
          Description of the Field
static int FILL_WINDING
          Description of the Field
static int REGION_AND
          Description of the Field
static int REGION_COPY
          Description of the Field
static int REGION_DIFF
          Description of the Field
static int REGION_OR
          Description of the Field
static int REGION_XOR
          Description of the Field
static java.lang.String VERSION
           
 

Field Detail

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values

REGION_AND

static final int REGION_AND
Description of the Field

See Also:
Constant Field Values

REGION_COPY

static final int REGION_COPY
Description of the Field

See Also:
Constant Field Values

REGION_DIFF

static final int REGION_DIFF
Description of the Field

See Also:
Constant Field Values

REGION_OR

static final int REGION_OR
Description of the Field

See Also:
Constant Field Values

REGION_XOR

static final int REGION_XOR
Description of the Field

See Also:
Constant Field Values

FILL_ALTERNATE

static final int FILL_ALTERNATE
Description of the Field

See Also:
Constant Field Values

FILL_WINDING

static final int FILL_WINDING
Description of the Field

See Also:
Constant Field Values