public final class Dash extends NativeArrayDoubleContainer
Constructor and Description |
---|
Dash()
Creates an empty object.
|
Dash(double... values)
Creates the object setting the values of dash sequence.
|
Modifier and Type | Method and Description |
---|---|
List<Double> |
getValues()
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
|
void |
setValues(double... values)
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
|
clear, push
getNativeArray, toJSON
public Dash()
public Dash(double... values)
values
- values of dash sequencepublic void setValues(double... values)
values
- the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.public List<Double> getValues()