| Package | Description |
|---|---|
| rst.pdfbox.layout.shape |
| Modifier and Type | Method and Description |
|---|---|
Stroke.JoinStyle |
Stroke.getJoinStyle() |
static Stroke.JoinStyle |
Stroke.JoinStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stroke.JoinStyle[] |
Stroke.JoinStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Stroke.StrokeBuilder |
Stroke.StrokeBuilder.joinStyle(Stroke.JoinStyle joinStyle) |
| Constructor and Description |
|---|
Stroke(Stroke.CapStyle capStyle,
Stroke.JoinStyle joinStyle,
Stroke.DashPattern dashPattern,
float lineWidth)
Creates a stroke with the given attributes.
|
Copyright © 2021. All rights reserved.