Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.gnu.gdk.JoinStyle
public class JoinStyle
extends Enum
Field Summary | |
static JoinStyle |
|
static JoinStyle |
|
static JoinStyle |
|
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.
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.
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.