| Package | Description |
|---|---|
| rst.pdfbox.layout.elements | |
| rst.pdfbox.layout.shape |
| Class and Description |
|---|
| Shape
Shapes can be used to either
stroke or
fill the path of the shape, or simply
add the
path of the shape to the drawing context. |
| Stroke
This is a container for all information needed to perform a stroke.
|
| Class and Description |
|---|
| AbstractShape
Abstract base class for shapes which performs the
AbstractShape.fill(PDDocument, PDPageContentStream, Position, float, float, Color, DrawListener)
and (@link
AbstractShape.draw(PDDocument, PDPageContentStream, Position, float, float, Color, Stroke, DrawListener)
. |
| Ellipse
Shapes an ellipse, or a circle if width==height.
|
| RoundRect
A rectangular shape with rounded corners.
|
| Shape
Shapes can be used to either
stroke or
fill the path of the shape, or simply
add the
path of the shape to the drawing context. |
| Stroke
This is a container for all information needed to perform a stroke.
|
| Stroke.CapStyle
Enum for the PDF cap styles.
|
| Stroke.DashPattern
Describes a PDF dash pattern.
|
| Stroke.JoinStyle
Enum for the PDF join styles.
|
| Stroke.StrokeBuilder
A builder providing a fluent interface for creating a stroke.
|
Copyright © 2022. All rights reserved.