org.gnu.gdk
Class JoinStyle
public class JoinStyle
extends Enum
static JoinStyle | BEVEL - The sides of the two lines are joined by a straight line which makes
an equal angle with each line.
|
static JoinStyle | MITER - The sides of each line are extended to meet at an angle.
|
static JoinStyle | ROUND - The sides of the two lines are joined by a circular arc.
|
BEVEL
public static final JoinStyle BEVEL
The sides of the two lines are joined by a straight line which makes
an equal angle with each line.
MITER
public static final JoinStyle MITER
The sides of each line are extended to meet at an angle.
ROUND
public static final JoinStyle ROUND
The sides of the two lines are joined by a circular arc.
intern
public static JoinStyle intern(int value)