Package 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
Fields Modifier and Type Field Description static int
FILL_ALTERNATE
Description of the Fieldstatic int
FILL_WINDING
Description of the Fieldstatic int
REGION_AND
Description of the Fieldstatic int
REGION_COPY
Description of the Fieldstatic int
REGION_DIFF
Description of the Fieldstatic int
REGION_OR
Description of the Fieldstatic int
REGION_XOR
Description of the Fieldstatic 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
-
-