public static class PdfCanvasConstants.LineCapStyle extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BUTT
The stroke is squared of at the endpoint of the path.
|
static int |
PROJECTING_SQUARE
The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off.
|
static int |
ROUND
A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
|
Constructor and Description |
---|
LineCapStyle() |
public static final int BUTT
public static final int ROUND
public static final int PROJECTING_SQUARE
Copyright © 1998–2018 iText Group NV. All rights reserved.