org.gnu.gdk
public class JoinStyle extends Enum
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
JoinStyle | and(JoinStyle other) |
static JoinStyle | intern(int value) |
JoinStyle | or(JoinStyle other) |
boolean | test(JoinStyle other) |
JoinStyle | xor(JoinStyle other) |
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.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.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.