public class SWTConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
IMAGE_DISABLE
The
Image constructor argument indicating that the new image
should have the appearance of a "disabled" (using the platform's rules
for how this should look) copy of the image provided as an argument
(value is 1). |
static int |
IMAGE_GRAY
The
Image constructor argument indicating that the new image
should have the appearance of a "gray scaled" copy of the image provided
as an argument (value is 2). |
static int |
LINE_CUSTOM
Line drawing style for custom dashed lines (value is 6).
|
static int |
LINE_DASH
Line drawing style for dashed lines (value is 2).
|
static int |
LINE_DASHDOT
Line drawing style for alternating dash-dot lines (value is 4).
|
static int |
LINE_DASHDOTDOT
Line drawing style for dash-dot-dot lines (value is 5).
|
static int |
LINE_DOT
Line drawing style for dotted lines (value is 3).
|
static int |
LINE_SOLID
Line drawing style for solid lines (value is 1).
|
Constructor and Description |
---|
SWTConstants() |
public static final int LINE_SOLID
public static final int LINE_DASH
public static final int LINE_DOT
public static final int LINE_DASHDOT
public static final int LINE_DASHDOTDOT
public static final int LINE_CUSTOM
GC.setLineDash(int[])
,
GC.getLineDash()
,
Constant Field Valuespublic static final int IMAGE_DISABLE
Image
constructor argument indicating that the new image
should have the appearance of a "disabled" (using the platform's rules
for how this should look) copy of the image provided as an argument
(value is 1).public static final int IMAGE_GRAY
Image
constructor argument indicating that the new image
should have the appearance of a "gray scaled" copy of the image provided
as an argument (value is 2).