| Package | Description |
|---|---|
| rst.pdfbox.layout.elements | |
| rst.pdfbox.layout.shape |
| Modifier and Type | Method and Description |
|---|---|
Shape |
Frame.getShape() |
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.setShape(Shape shape)
Sets the shape to use as border and/or background.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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)
. |
class |
Elipsis
Deprecated.
use
Ellipse instead which is correctly named... and spelled :-\ |
class |
Ellipse
Shapes an ellipse, or a circle if width==height.
|
class |
Rect
A simple rectangular shape.
|
class |
RoundRect
A rectangular shape with rounded corners.
|
Copyright © 2021. All rights reserved.