| Added Methods |
float[]
getDashArray()
|
Gets dash array part of the dash pattern to be used when paths are stroked. |
float
getDashPhase()
|
Gets dash phase part of the dash pattern to be used when paths are stroked. |
TransparentColor
getStrokeColor()
|
Gets the color of the underline stroke. |
float
getStrokeWidth()
|
Gets the thickness of the underline stroke. |
Underline
setDashPattern(
float[],
float
)
|
Sets a description of the dash pattern to be used when paths are stroked. |
Underline
setStrokeColor(
TransparentColor)
|
Sets the stroke color of the underline. |
Underline
setStrokeWidth(
float)
|
Sets the thickness of the underline stroke. |