public class DrawingStyle extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
_STYLE_DASH |
static int |
_STYLE_DASHDOT |
static int |
_STYLE_DASHDOTDOT |
static int |
_STYLE_DOT |
static int |
_STYLE_SOLID |
static DrawingStyle |
STYLE_DASH
The pen is dashed.
|
static DrawingStyle |
STYLE_DASHDOT
The pen has alternating dashes and dots.
|
static DrawingStyle |
STYLE_DASHDOTDOT
The pen has alternating dashes and double dots.
|
static DrawingStyle |
STYLE_DOT
The pen is dotted.
|
static DrawingStyle |
STYLE_SOLID
The pen is solid.
|
int |
val |
public static final DrawingStyle STYLE_SOLID
public static final int _STYLE_SOLID
public static final DrawingStyle STYLE_DASH
public static final int _STYLE_DASH
public static final DrawingStyle STYLE_DOT
public static final int _STYLE_DOT
public static final DrawingStyle STYLE_DASHDOT
public static final int _STYLE_DASHDOT
public static final DrawingStyle STYLE_DASHDOTDOT
public static final int _STYLE_DASHDOTDOT
public int val
public static DrawingStyle getDrawingStyle(int val)