| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Field and Description |
|---|---|
static DrawingStyle |
DrawingStyle.STYLE_DASH
The pen is dashed.
|
static DrawingStyle |
DrawingStyle.STYLE_DASHDOT
The pen has alternating dashes and dots.
|
static DrawingStyle |
DrawingStyle.STYLE_DASHDOTDOT
The pen has alternating dashes and double dots.
|
static DrawingStyle |
DrawingStyle.STYLE_DOT
The pen is dotted.
|
static DrawingStyle |
DrawingStyle.STYLE_SOLID
The pen is solid.
|
| Modifier and Type | Method and Description |
|---|---|
static DrawingStyle |
DrawingStyle.getDrawingStyle(int val) |