public final class Dash extends Object
Class representing line dash pattern.
Dash(int on, int off)
int
getOff()
getOn()
void
setOff(int value)
setOn(int value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Dash(int on, int off)
Constructor for Dash.
on
off
public int getOn()
Gets or sets length of dash.
public void setOn(int value)
Sets length of dash.
public int getOff()
Gets length of gap between dashes.
public void setOff(int value)
Sets length of gap between dashes.
Copyright © 2018 Aspose. All Rights Reserved.