| Package | Description |
|---|---|
| com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
| Modifier and Type | Method and Description |
|---|---|
static DashStyle |
DashStyle.getDash()
Gets the dash style with a single dash.
|
static DashStyle |
DashStyle.getDashDot()
Gets the dash style with a single dash and dot.
|
static DashStyle |
DashStyle.getDashDotDot()
Gets the dash style with a single dash and two dots.
|
DashStyle |
Pen.getDashStyle()
Gets the dash style for the pen.
|
static DashStyle |
DashStyle.getDot()
Gets the dash style with a single dot.
|
static DashStyle |
DashStyle.getSolid()
Gets the solid dash style with no dashes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pen.setDashStyle(DashStyle value)
Sets the dash style for the pen.
|