public static enum GAD_DrawingOrder.GSLT_SetLineType.LineType extends java.lang.Enum<GAD_DrawingOrder.GSLT_SetLineType.LineType>
| Enum Constant and Description |
|---|
DashDot |
DashDoubleDot |
Default |
Dotted |
DoubleDotted |
Invisible |
LongDashed |
ShortDashed |
Solid |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static GAD_DrawingOrder.GSLT_SetLineType.LineType |
valueOf(byte codeByte) |
static GAD_DrawingOrder.GSLT_SetLineType.LineType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GAD_DrawingOrder.GSLT_SetLineType.LineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType Default
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType Dotted
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType ShortDashed
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType DashDot
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType DoubleDotted
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType LongDashed
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType DashDoubleDot
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType Solid
public static final GAD_DrawingOrder.GSLT_SetLineType.LineType Invisible
public static GAD_DrawingOrder.GSLT_SetLineType.LineType[] values()
for (GAD_DrawingOrder.GSLT_SetLineType.LineType c : GAD_DrawingOrder.GSLT_SetLineType.LineType.values()) System.out.println(c);
public static GAD_DrawingOrder.GSLT_SetLineType.LineType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static GAD_DrawingOrder.GSLT_SetLineType.LineType valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()