org.gnu.gdk

Class LineStyle


public class LineStyle
extends Enum

END OF GENERATED CODE

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.

Method Summary

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

Field Details

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.

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.

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.

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)