public enum swDrawingComponentLineFontOption_e extends java.lang.Enum<swDrawingComponentLineFontOption_e>
Enum Constant and Description |
---|
swDrawingComponentLineFontHatch |
swDrawingComponentLineFontHidden |
swDrawingComponentLineFontSpeedpak |
swDrawingComponentLineFontTangent |
swDrawingComponentLineFontVisible |
Modifier and Type | Method and Description |
---|---|
static swDrawingComponentLineFontOption_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swDrawingComponentLineFontOption_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swDrawingComponentLineFontOption_e swDrawingComponentLineFontVisible
public static final swDrawingComponentLineFontOption_e swDrawingComponentLineFontHidden
public static final swDrawingComponentLineFontOption_e swDrawingComponentLineFontTangent
public static final swDrawingComponentLineFontOption_e swDrawingComponentLineFontHatch
public static final swDrawingComponentLineFontOption_e swDrawingComponentLineFontSpeedpak
public static swDrawingComponentLineFontOption_e[] values()
for (swDrawingComponentLineFontOption_e c : swDrawingComponentLineFontOption_e.values()) System.out.println(c);
public static swDrawingComponentLineFontOption_e 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 null