public interface StrokeStyle
Modifier and Type | Interface and Description |
---|---|
static class |
StrokeStyle.LineCap |
static class |
StrokeStyle.LineCompound |
static class |
StrokeStyle.LineDash
The line dash with pattern.
|
Modifier and Type | Method and Description |
---|---|
StrokeStyle.LineCap |
getLineCap() |
StrokeStyle.LineCompound |
getLineCompound() |
StrokeStyle.LineDash |
getLineDash() |
double |
getLineWidth() |
PaintStyle |
getPaint() |
PaintStyle getPaint()
StrokeStyle.LineCap getLineCap()
StrokeStyle.LineDash getLineDash()
StrokeStyle.LineCompound getLineCompound()
double getLineWidth()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.