org.gnu.gdk

Class JoinStyle

public class JoinStyle extends Enum

Field Summary
static JoinStyleBEVEL
The sides of the two lines are joined by a straight line which makes an equal angle with each line.
static JoinStyleMITER
The sides of each line are extended to meet at an angle.
static JoinStyleROUND
The sides of the two lines are joined by a circular arc.
Method Summary
JoinStyleand(JoinStyle other)
static JoinStyleintern(int value)
JoinStyleor(JoinStyle other)
booleantest(JoinStyle other)
JoinStylexor(JoinStyle other)

Field Detail

BEVEL

public static final JoinStyle BEVEL

Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

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

Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

The sides of each line are extended to meet at an angle.

ROUND

public static final JoinStyle ROUND

Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

The sides of the two lines are joined by a circular arc.

Method Detail

and

public JoinStyle and(JoinStyle other)

intern

public static JoinStyle intern(int value)

or

public JoinStyle or(JoinStyle other)

test

public boolean test(JoinStyle other)

xor

public JoinStyle xor(JoinStyle other)