| Package | Description |
|---|---|
| rst.pdfbox.layout.elements | |
| rst.pdfbox.layout.shape |
| Modifier and Type | Method and Description |
|---|---|
Stroke |
Frame.getBorderStroke()
The stroke to use to draw the border.
|
Stroke |
HorizontalRuler.getStroke() |
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.setBorder(Color borderColor,
Stroke borderStroke)
Convenience method for setting both border color and stroke.
|
void |
Frame.setBorderStroke(Stroke borderStroke)
Sets the stroke to use to draw the border.
|
| Constructor and Description |
|---|
HorizontalRuler(Stroke stroke,
Color color) |
| Modifier and Type | Method and Description |
|---|---|
Stroke |
Stroke.StrokeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractShape.draw(org.apache.pdfbox.pdmodel.PDDocument pdDocument,
org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
Position upperLeft,
float width,
float height,
Color color,
Stroke stroke,
DrawListener drawListener) |
void |
Shape.draw(org.apache.pdfbox.pdmodel.PDDocument pdDocument,
org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
Position upperLeft,
float width,
float height,
Color color,
Stroke stroke,
DrawListener drawListener)
Draws (strokes) the shape.
|
Copyright © 2022. All rights reserved.