org.gnu.gdk
Class LineStyle
public class LineStyle
extends Enum
END OF GENERATED CODE
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.
intern
public static LineStyle intern(int value)