public static enum GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin extends java.lang.Enum<GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin>
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin |
valueOf(byte codeByte) |
static GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin Default
public static final GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin Bevel
public static final GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin Round
public static final GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin Miter
public static GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin[] values()
for (GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin c : GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin.values()) System.out.println(c);
public static GAD_DrawingOrder.GSLJ_SetLineJoin.LineJoin 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.GSLJ_SetLineJoin.LineJoin valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()