Class DashStop
java.lang.Object
com.independentsoft.office.drawing.DashStop
The Class DashStop.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the dash length.intGets the space length.voidsetDashLength(int dashLength)Sets the dash length.voidsetSpaceLength(int spaceLength)Sets the space length.toString()
-
Constructor Details
-
DashStop
public DashStop()Instantiates a new dash stop.
-
-
Method Details
-
clone
-
toString
-
getDashLength
public int getDashLength()Gets the dash length.- Returns:
- the dash length
-
setDashLength
public void setDashLength(int dashLength)Sets the dash length.- Parameters:
dashLength- the new dash length
-
getSpaceLength
public int getSpaceLength()Gets the space length.- Returns:
- the space length
-
setSpaceLength
public void setSpaceLength(int spaceLength)Sets the space length.- Parameters:
spaceLength- the new space length
-