org.gnu.gdk

Class LineStyle


public class LineStyle
extends Enum

END OF JNI CODE

Field Summary

static LineStyle
DOUBLE_DASH
static LineStyle
ON_OFF_DASH
static LineStyle
SOLID

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

LineStyle
and(LineStyle other)
static LineStyle
intern(int value)
LineStyle
or(LineStyle other)
boolean
test(LineStyle other)
LineStyle
xor(LineStyle other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

DOUBLE_DASH

public static final LineStyle DOUBLE_DASH


ON_OFF_DASH

public static final LineStyle ON_OFF_DASH


SOLID

public static final LineStyle SOLID

Method Details

and

public LineStyle and(LineStyle other)


intern

public static LineStyle intern(int value)


or

public LineStyle or(LineStyle other)


test

public boolean test(LineStyle other)


xor

public LineStyle xor(LineStyle other)