java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.LineStyle
public class LineStyle
extends Enum
static LineStyle
DOUBLE_DASH
ON_OFF_DASH
SOLID
value_
LineStyle
and(LineStyle other)
intern(int value)
or(LineStyle other)
boolean
test(LineStyle other)
xor(LineStyle other)
equals
getValue
hashCode
public static final LineStyle DOUBLE_DASH
public static final LineStyle ON_OFF_DASH
public static final LineStyle SOLID
public LineStyle and(LineStyle other)
public static LineStyle intern(int value)
public LineStyle or(LineStyle other)
public boolean test(LineStyle other)
public LineStyle xor(LineStyle other)