public static class PdfCanvasConstants.LineJoinStyle extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BEVEL
The two segments are finished with butt caps (@see LineCapStyle#BUTT) and the resulting notch beyond the ends of the segments is filled with a triangle.
|
static int |
MITER
The outer edges of the strokes for the two segments are extended until they meet at an angle, as in a picture frame.
|
static int |
ROUND
An arc of a circle with a diameter equal to the line width is drawn around the point where the two segments meet, connecting the outer edges of the strokes for the two segments.
|
Constructor and Description |
---|
LineJoinStyle() |
public static final int MITER
public static final int ROUND
public static final int BEVEL
Copyright © 1998–2018 iText Group NV. All rights reserved.