org.gnu.gdk

Class LineStyle

public class LineStyle extends Enum

Field Summary
static LineStyleDOUBLE_DASH
Even segments are normally.
static LineStyleON_OFF_DASH
Even segments are drawn; odd segments are not drawn.
static LineStyleSOLID
Lines are drawn solid.
Method Summary
LineStyleand(LineStyle other)
static LineStyleintern(int value)
LineStyleor(LineStyle other)
booleantest(LineStyle other)
LineStylexor(LineStyle other)

Field Detail

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 Detail

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)