| Interface | 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. |
| Class | 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)
. |
| Elipsis | Deprecated
use
Ellipse instead which is correctly named... |
| Ellipse |
Shapes an ellipse, or a circle if width==height.
|
| Rect |
A simple rectangular shape.
|
| RoundRect |
A rectangular shape with rounded corners.
|
| Stroke |
This is a container for all information needed to perform a stroke.
|
| Stroke.DashPattern |
Describes a PDF dash pattern.
|
| Stroke.StrokeBuilder |
A builder providing a fluent interface for creating a stroke.
|
| Enum | Description |
|---|---|
| Stroke.CapStyle |
Enum for the PDF cap styles.
|
| Stroke.JoinStyle |
Enum for the PDF join styles.
|
Copyright © 2022. All rights reserved.