Package org.apache.poi.sl.usermodel
Interface StrokeStyle
-
public interface StrokeStyle
This interface specifies the line style of a shape
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StrokeStyle.LineCap
static class
StrokeStyle.LineCompound
static class
StrokeStyle.LineDash
The line dash with pattern.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StrokeStyle.LineCap
getLineCap()
StrokeStyle.LineCompound
getLineCompound()
StrokeStyle.LineDash
getLineDash()
double
getLineWidth()
PaintStyle
getPaint()
-
-
-
Method Detail
-
getPaint
PaintStyle getPaint()
-
getLineCap
StrokeStyle.LineCap getLineCap()
-
getLineDash
StrokeStyle.LineDash getLineDash()
-
getLineCompound
StrokeStyle.LineCompound getLineCompound()
-
getLineWidth
double getLineWidth()
-
-