org.gnu.gdk
public class LineStyle extends Enum
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) |