public final class ShapeLineStyle
extends java.lang.Object
Shape.Stroke.getLineStyle(),
Stroke.setLineStyle(int)| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Default value is
SINGLE. |
static int |
DOUBLE
Double lines of equal width.
|
static int |
length |
static int |
SINGLE
Single line.
|
static int |
THICK_THIN
Double lines, one thick, one thin.
|
static int |
THIN_THICK
Double lines, one thin, one thick.
|
static int |
TRIPLE
Three lines, thin, thick, thin.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String shapeLineStyleName) |
static java.lang.String |
getName(int shapeLineStyle) |
static int[] |
getValues() |
static java.lang.String |
toString(int shapeLineStyle) |
public static final int SINGLE
public static final int DOUBLE
public static final int THICK_THIN
public static final int THIN_THICK
public static final int TRIPLE
public static final int DEFAULT
SINGLE.public static final int length