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) |
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.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.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.