Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.gnu.gdk.CapStyle
public class CapStyle
extends Enum
Field Summary | |
static CapStyle |
|
static CapStyle |
|
static CapStyle |
|
static CapStyle |
|
public static final CapStyle BUTT
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 ends of the lines are drawn squared off and extending to the coordinates of the end point.
public static final CapStyle NOT_LAST
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 same as BUTT for lines of non-zero width. For zero width lines, the final point on the line will not be drawn.
public static final CapStyle PROJECTING
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 ends of the lines are drawn squared off and extending half the width of the line beyond the end point.
public static final CapStyle 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 ends of the lines are drawn as semicircles with the diameter equal to the line width and centered at the end point.