| Package | Description |
|---|---|
| rst.pdfbox.layout.shape |
| Modifier and Type | Method and Description |
|---|---|
Stroke.CapStyle |
Stroke.getCapStyle() |
static Stroke.CapStyle |
Stroke.CapStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stroke.CapStyle[] |
Stroke.CapStyle.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.capStyle(Stroke.CapStyle capStyle) |
| 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.