public class LineJoin extends Object
The line join. Specifies the appearance of line joins.
public static final String MITER
The miter. Indicates that the region to be filled includes the intersection of the strokes projected to infinity, and then clipped at a specific distance. The intersection of the strokes is clipped at a line perpendicular to the bisector of the angle between the strokes, at the distance equal to the stroke miter limit value multiplied by half the stroke thickness value.
public static final String BEVEL
The bevel. Indicates that the outer corner of the joined lines should be filled by enclosing the triangular region of the corner with a straight line between the outer corners of each stroke.
public static final String ROUND
The round. Indicates that the outer corner of the joined lines should be filled by enclosing the rounded region with its center point at the point of intersection between the two lines and a radius of one-half the stroke thickness value.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.