public final class Simple3DLineStyle
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static Simple3DLineStyle |
Rectangle
Stroke draws as a rectangular tube where the width property determines the width and height3D determines the height of the tube.
|
static Simple3DLineStyle |
Square
Stroke draws as a square tube where the width determines the height and width of the tube.
|
static Simple3DLineStyle |
Strip
Stroke draws flat upon the surface at the specified width.
|
static Simple3DLineStyle |
Tube
Stroke draws as a circular tube where the width determines the diameter of the tube.
|
static Simple3DLineStyle |
Wall
Stroke is vertically oriented where width determines the height of the wall.
|
| Modifier and Type | Method and Description |
|---|---|
static Simple3DLineStyle |
valueOf(java.lang.String name) |
static Simple3DLineStyle[] |
values() |
public static final Simple3DLineStyle Tube
public static final Simple3DLineStyle Strip
public static final Simple3DLineStyle Wall
public static final Simple3DLineStyle Square
public static final Simple3DLineStyle Rectangle
public static Simple3DLineStyle[] values()
public static Simple3DLineStyle valueOf(java.lang.String name)