org.gnu.gdk
Class LineStyle
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.LineStyle
- public class LineStyle
- extends Enum
Fields inherited from class org.gnu.glib.Enum |
value_ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SOLID
public static final LineStyle SOLID
ON_OFF_DASH
public static final LineStyle ON_OFF_DASH
DOUBLE_DASH
public static final LineStyle DOUBLE_DASH
intern
public static LineStyle intern(int value)
or
public LineStyle or(LineStyle other)
and
public LineStyle and(LineStyle other)
xor
public LineStyle xor(LineStyle other)
test
public boolean test(LineStyle other)