org.gnu.gdk

Class LineStyle


public class LineStyle
extends Enum

END OF GENERATED CODE

Field Summary

static LineStyle
DOUBLE_DASH
Even segments are normally.
static LineStyle
ON_OFF_DASH
Even segments are drawn; odd segments are not drawn.
static LineStyle
SOLID
Lines are drawn solid.

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
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
Even segments are drawn; odd segments are not drawn.

SOLID

public static final LineStyle SOLID
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)