org.gnu.gdk

Class JoinStyle


public class JoinStyle
extends Enum

// Not implemented. native static final private void gdk_threads_set_lock_functions(GCallback enter_fn, GCallback leave_fn); // Deprecated or undocumented functions. native static final private void gdk_add_option_entries_libgtk_only(GOptionGroup* group); native static final private void gdk_pre_parse_libgtk_only(); native static final private boolean gdk_pointer_grab_info_libgtk_only(Handle display, Handle grab_window, gboolean* owner_events); native static final private boolean gdk_keyboard_grab_info_libgtk_only(Handle display, Handle grab_window, gboolean* owner_events); native static final private void gdk_add_option_entries_libgtk_only(GOptionGroup* group); native static final private void gdk_pre_parse_libgtk_only(); native static final private void gdk_exit(int error_code); native static final private void gdk_set_use_xshm(boolean use_xshm); native static final private boolean gdk_get_use_xshm(); native static final private boolean gdk_pointer_grab_info_libgtk_only(Handle display, Handle grab_window, gboolean* owner_events); native static final private boolean gdk_keyboard_grab_info_libgtk_only(Handle display, Handle grab_window, gboolean* owner_events); native static final private String gdk_wcstombs(constGdkWChar* src); native static final private int gdk_mbstowcs(Handle dest, String src, int dest_max); native static final private int gdk_input_add_full(int source, int condition, int function, gpointer data, int destroy); native static final private int gdk_input_add(int source, int condition, int function, gpointer data); native static final private void gdk_input_remove(int tag);

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)

Field Details

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.

Method Details

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)