org.gnu.gdk
Class LineStyle
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.LineStyle
public class LineStyle
- extends org.gnu.glib.Enum
Field Summary |
static LineStyle |
DOUBLE_DASH
Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries. |
static LineStyle |
ON_OFF_DASH
Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries. |
static LineStyle |
SOLID
Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries. |
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 |
SOLID
public static final LineStyle SOLID
- Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
- Lines are drawn solid.
ON_OFF_DASH
public static final LineStyle ON_OFF_DASH
- Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
- Even segments are drawn; odd segments are not drawn.
DOUBLE_DASH
public static final LineStyle DOUBLE_DASH
- Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
- Even segments are normally. Odd segments are drawn in the background
color if the fill style is SOLID, or in the background color masked by
the stipple if the fill style is STIPPLED.
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)