|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gdk.LineStyle
Field Summary | |
static LineStyle |
DOUBLE_DASH
|
static LineStyle |
ON_OFF_DASH
|
static LineStyle |
SOLID
|
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 |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final LineStyle SOLID
public static final LineStyle ON_OFF_DASH
public static final LineStyle DOUBLE_DASH
Method Detail |
public static LineStyle intern(int value)
public LineStyle or(LineStyle other)
public LineStyle and(LineStyle other)
public LineStyle xor(LineStyle other)
public boolean test(LineStyle other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |