public final class Dash extends Object
Class representing line dash pattern.
Constructor and Description |
---|
Dash(int on,
int off)
Constructor for Dash.
|
Modifier and Type | Method and Description |
---|---|
int |
getOff()
Gets length of gap between dashes.
|
int |
getOn()
Gets or sets length of dash.
|
void |
setOff(int value)
Sets length of gap between dashes.
|
void |
setOn(int value)
Sets length of dash.
|
Copyright © 2020 Aspose. All Rights Reserved.